diff --git a/compose.yml b/compose.yml index 3966148..05969cb 100644 --- a/compose.yml +++ b/compose.yml @@ -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