added a TIMEOUT to the docker remote up, bc it was timing out

This commit is contained in:
ronnyabraham 2022-09-02 01:16:43 +03:00
parent dbc60c1cdc
commit b66c1fa18f

View file

@ -1,4 +1,4 @@
version: "2.3.3"
version: "3.7"
services:
{{ docker_service_name }}:
@ -11,6 +11,9 @@ services:
{{ docker_database_env_user }} : "{{ database_user }}"
{{ docker_database_env_pass }} : "{{ database_pass }}"
{{ docker_database_env_db }} : "{{ database_name }}"
# this is bc compose will time out on remotes
COMPOSE_HTTP_TIMEOUT: 180
container_name: {{ docker_container_name }}