Increase compose timeout

This commit is contained in:
Jean Froment 2021-01-31 18:21:25 +01:00
parent b550629665
commit d5020ebda6
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@
source .env
echo "${HTTP_USER}:${HTTP_PASSWORD}" > traefik/http_auth
# Docker-compose settings
COMPOSE_HTTP_TIMEOUT=240
# Fetch all YAML files
SERVICES=$(find services -mindepth 1 -maxdepth 1 -name "*.yaml" | sed -e 's/^/-f /')
ALL_SERVICES="-f docker-compose.yaml $SERVICES"