Files
traefik/docker-compose.dev.yaml
kovagoadi da537fddf6
All checks were successful
Remote Deployment Pipeline / Prepare Context (pull_request) Successful in 5m47s
Remote Deployment Pipeline / Deploy (Staging) (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Dev/Preview) (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Pre-Prod) (pull_request) Has been skipped
Remote Deployment Pipeline / Cleanup Preview (pull_request) Successful in 13s
Remote Deployment Pipeline / Deploy (Production) (pull_request) Has been skipped
Refactoredshared_network configuration
2026-05-08 20:51:15 +02:00

16 lines
285 B
YAML

services:
traefik:
networks:
- proxy
- staging-network
- shared_network
networks:
legacy-nginx:
name: proxy
external: true
staging-network:
name: staging_proxy
external: true
shared_network:
name: prod_shared-network
external: true