Compare commits

..

1 Commits

Author SHA1 Message Date
42d6502350 Update traefik Docker tag to v3.7
All checks were successful
Remote Deployment Pipeline / Prepare Context (pull_request) Successful in 3s
Remote Deployment Pipeline / Deploy (Staging) (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Dev/Preview) (pull_request) Successful in 1m2s
Remote Deployment Pipeline / Cleanup Preview (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Pre-Prod) (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Production) (pull_request) Has been skipped
2026-05-06 02:28:33 +00:00
4 changed files with 5 additions and 14 deletions

View File

@@ -92,7 +92,7 @@ jobs:
SCRIPT_AFTER: | SCRIPT_AFTER: |
set -e set -e
cd ${{ env.REMOTE_STAGING_PATH }} cd ${{ env.REMOTE_STAGING_PATH }}
docker compose --env-file staging.env -f docker-compose.yaml -f docker-compose.client.yaml up -d --build --remove-orphans --wait docker compose --env-file staging.env -f docker-compose.yaml up -d --build --remove-orphans --wait
# ------------------------------------------------------------------ # ------------------------------------------------------------------
# STAGE 3.5: DEPLOY PRE-PROD # STAGE 3.5: DEPLOY PRE-PROD

View File

@@ -1,9 +0,0 @@
services:
traefik:
networks:
- proxy
- shared_network
networks:
shared_network:
name: prod_shared-network
external: true

View File

@@ -3,14 +3,10 @@ services:
networks: networks:
- proxy - proxy
- staging-network - staging-network
- shared_network
networks: networks:
legacy-nginx: legacy-nginx:
name: proxy name: proxy
external: true external: true
staging-network: staging-network:
name: staging_proxy name: staging_proxy
external: true
shared_network:
name: prod_shared-network
external: true external: true

View File

@@ -6,6 +6,7 @@ services:
- no-new-privileges:true - no-new-privileges:true
networks: networks:
- proxy - proxy
- shared_network
command: command:
- "--providers.docker=true" - "--providers.docker=true"
- "--providers.docker.exposedbydefault=false" - "--providers.docker.exposedbydefault=false"
@@ -51,5 +52,8 @@ services:
- traefik.http.routers.https.tls.certresolver=letsencrypt - traefik.http.routers.https.tls.certresolver=letsencrypt
networks: networks:
proxy: proxy:
shared_network:
name: prod_shared-network
external: true
volumes: volumes:
letsencrypt: letsencrypt: