Drop depends_on usage

This commit is contained in:
decentral1se 2021-05-05 17:31:30 +02:00
parent c8bd01e76e
commit 11685b38dc
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 0 additions and 5 deletions

View File

@ -26,8 +26,6 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
depends_on:
- app
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"]
interval: 30s
@ -57,9 +55,6 @@ services:
entrypoint: /docker-entrypoint.sh
networks:
- internal
depends_on:
- db
- redis
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9000"]
interval: 30s