Testing
All checks were successful
Remote Deployment Pipeline / Prepare deployment vars (pull_request) Successful in 3s
Remote Deployment Pipeline / Create remote directory (pull_request) Successful in 9s
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 (pull_request) Successful in 8s

This commit is contained in:
2025-11-04 10:42:39 +01:00
parent 9a8757580c
commit 8291554a9e

View File

@@ -11,10 +11,10 @@ services:
- "--providers.docker=true" - "--providers.docker=true"
- "--providers.docker.exposedbydefault=false" - "--providers.docker.exposedbydefault=false"
- "--providers.docker.network=prod-proxy" - "--providers.docker.network=prod-proxy"
- "--entryPoints.web.address=:81" - "--entryPoints.web.address=:80"
ports: ports:
- "81:81" - "80"
- "8080:8080" - "8080"
volumes: volumes:
- "/var/run/docker.sock:/var/run/docker.sock:ro" - "/var/run/docker.sock:/var/run/docker.sock:ro"