Add LEGACY_NETWORK variable to environment files #13

Merged
kovagoadi merged 12 commits from legacy-network-restriction into main 2025-11-29 19:41:53 +01:00
2 changed files with 10 additions and 1 deletions
Showing only changes of commit a1c128112d - Show all commits

View File

@@ -63,7 +63,7 @@ jobs:
# 2. Run Docker Compose after sync
SCRIPT_AFTER: |
cd ${{ needs.prepare_context.outputs.pr_path }}
docker compose --env-file dev.env -f docker-compose.yaml up -d --build --remove-orphans
docker compose --env-file dev.env -f docker-compose.yaml -f docker-compose.dev.yaml up -d --build --remove-orphans
# ------------------------------------------------------------------
# STAGE 3: DEPLOY STAGING

9
docker-compose.dev.yaml Normal file
View File

@@ -0,0 +1,9 @@
services:
traefik:
networks:
- proxy
- legacy-nginx
networks:
legacy-nginx:
name: proxy
external: true