Minor cleanup and initial setup for staging env
Some checks failed
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 17s
Remote Deployment Pipeline / Run docker-compose remotely (Dev) (pull_request) Successful in 6s
Remote Deployment Pipeline / Run docker-compose remotely (Prod) (pull_request) Has been skipped
Remote Deployment Pipeline / Run docker-compose remotely (Staging) (pull_request) Failing after 7s

This commit is contained in:
2025-11-11 11:28:56 +01:00
parent 4eef154b65
commit ea73b4208a
3 changed files with 31 additions and 12 deletions

View File

@@ -29,17 +29,5 @@ services:
- "traefik.enable=true"
- "traefik.http.routers.whoami.rule=Host(`whoami.docker.localhost`)"
- "traefik.http.routers.whoami.entrypoints=test"
test:
image: nginx
restart: unless-stopped
networks:
- proxy
ports:
- "80"
labels:
- "env=${ENV}"
- "traefik.enable=true"
- "traefik.http.routers.test.rule=Host(`test.docker.localhost`)"
- "traefik.http.routers.test.entrypoints=test"
networks:
proxy: