Files
traefik/docker-compose.preprod.yaml
kovagoadi a6c6da38ff
Some checks failed
Remote Deployment Pipeline / Prepare Context (pull_request) Successful in 4s
Remote Deployment Pipeline / Deploy (Staging) (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Pre-Prod) (pull_request) Failing after 1m11s
Remote Deployment Pipeline / Deploy (Dev/Preview) (pull_request) Successful in 51s
Remote Deployment Pipeline / Cleanup Preview (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Production) (pull_request) Has been skipped
Fixing this
2026-04-09 20:45:38 +02:00

13 lines
220 B
YAML

services:
traefik:
networks:
- proxy
- legacy-nginx
- shared-network
networks:
legacy-nginx:
name: proxy
external: true
shared-network:
name: prod_shared-network
external: true