diff --git a/docker-compose.crm.yml b/docker-compose.crm.yml index 9d5cebe..3764bef 100644 --- a/docker-compose.crm.yml +++ b/docker-compose.crm.yml @@ -37,7 +37,7 @@ services: - "traefik.http.routers.crm.rule=PathPrefix(`/api/v1/crm`)" - "traefik.http.routers.crm.entrypoints=web" - "traefik.http.services.crm.loadbalancer.server.port=3100" - - "traefik.http.routers.crm.middlewares=cors-headers@file,security-headers@file" + - "traefik.http.routers.crm.middlewares=cors-api@file,security-headers@file" healthcheck: test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:3100/health"] interval: 30s