Renamed to web
All checks were successful
Remote Deployment Pipeline / Prepare deployment vars (pull_request) Successful in 2s
Remote Deployment Pipeline / Create remote directory (pull_request) Successful in 8s
Remote Deployment Pipeline / Cleanup MR environment (pull_request) Has been skipped
Remote Deployment Pipeline / Sync repository files (pull_request) Successful in 20s
Remote Deployment Pipeline / Run docker-compose remotely (Dev) (pull_request) Successful in 10s
Remote Deployment Pipeline / Run docker-compose remotely (Staging) (pull_request) Successful in 9s
Remote Deployment Pipeline / Run docker-compose remotely (Prod) (pull_request) Has been skipped

This commit is contained in:
2025-11-11 11:42:22 +01:00
parent 628f5ddda4
commit c8a92f7ded

View File

@@ -12,7 +12,7 @@ services:
- "--providers.docker.exposedbydefault=false" - "--providers.docker.exposedbydefault=false"
- "--providers.docker.network=proxy" - "--providers.docker.network=proxy"
- "--providers.docker.constraints=Label(`env`, `${ENV}`)" - "--providers.docker.constraints=Label(`env`, `${ENV}`)"
- "--entryPoints.test.address=:80" - "--entryPoints.web.address=:80"
ports: ports:
- "${PORT}:80" - "${PORT}:80"
- "8080" - "8080"
@@ -28,6 +28,6 @@ services:
- "env=${ENV}" - "env=${ENV}"
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.whoami.rule=Host(`whoami.docker.localhost`)" - "traefik.http.routers.whoami.rule=Host(`whoami.docker.localhost`)"
- "traefik.http.routers.whoami.entrypoints=test" - "traefik.http.routers.whoami.entrypoints=web"
networks: networks:
proxy: proxy: