diff --git a/compose.yml b/compose.yml index 20b516d..2d1d062 100644 --- a/compose.yml +++ b/compose.yml @@ -16,12 +16,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}" - healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:${PORT}"] - interval: 30s - timeout: 10s - retries: 10 - start_period: 1m networks: proxy: