Add LEGACY_NETWORK variable to environment files #13
@@ -63,7 +63,7 @@ jobs:
|
|||||||
# 2. Run Docker Compose after sync
|
# 2. Run Docker Compose after sync
|
||||||
SCRIPT_AFTER: |
|
SCRIPT_AFTER: |
|
||||||
cd ${{ needs.prepare_context.outputs.pr_path }}
|
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
|
# STAGE 3: DEPLOY STAGING
|
||||||
|
|||||||
9
docker-compose.dev.yaml
Normal file
9
docker-compose.dev.yaml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
services:
|
||||||
|
traefik:
|
||||||
|
networks:
|
||||||
|
- proxy
|
||||||
|
- legacy-nginx
|
||||||
|
networks:
|
||||||
|
legacy-nginx:
|
||||||
|
name: proxy
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user