Revert "fix: convert Portainer stack to Docker Swarm mode with deploy labels"
All checks were successful
CI/CD Pipeline / Backend - Build, Test & Push (push) Successful in 3m3s
CI/CD Pipeline / Frontend - Build, Test & Push (push) Successful in 11m46s
CI/CD Pipeline / Integration Tests (push) Has been skipped
CI/CD Pipeline / Deployment Summary (push) Successful in 1s
CI/CD Pipeline / Deploy to Portainer (push) Successful in 12s
CI/CD Pipeline / Discord Notification (Failure) (push) Has been skipped
CI/CD Pipeline / Discord Notification (Success) (push) Successful in 1s
All checks were successful
CI/CD Pipeline / Backend - Build, Test & Push (push) Successful in 3m3s
CI/CD Pipeline / Frontend - Build, Test & Push (push) Successful in 11m46s
CI/CD Pipeline / Integration Tests (push) Has been skipped
CI/CD Pipeline / Deployment Summary (push) Successful in 1s
CI/CD Pipeline / Deploy to Portainer (push) Successful in 12s
CI/CD Pipeline / Discord Notification (Failure) (push) Has been skipped
CI/CD Pipeline / Discord Notification (Success) (push) Successful in 1s
This reverts commit a2f80dd23f.
This commit is contained in:
parent
a2f80dd23f
commit
010c804b2e
@ -40,6 +40,7 @@ services:
|
|||||||
# MinIO S3 Storage
|
# MinIO S3 Storage
|
||||||
xpeditis-minio:
|
xpeditis-minio:
|
||||||
image: minio/minio:latest
|
image: minio/minio:latest
|
||||||
|
restart: unless-stopped
|
||||||
command: server /data --console-address ":9001"
|
command: server /data --console-address ":9001"
|
||||||
volumes:
|
volumes:
|
||||||
- xpeditis_minio_data:/data
|
- xpeditis_minio_data:/data
|
||||||
@ -55,12 +56,6 @@ services:
|
|||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
start_period: 20s
|
start_period: 20s
|
||||||
deploy:
|
|
||||||
restart_policy:
|
|
||||||
condition: any
|
|
||||||
delay: 5s
|
|
||||||
max_attempts: 3
|
|
||||||
window: 120s
|
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.docker.network=traefik_network"
|
- "traefik.docker.network=traefik_network"
|
||||||
@ -116,6 +111,7 @@ services:
|
|||||||
# Backend API (NestJS)
|
# Backend API (NestJS)
|
||||||
xpeditis-backend:
|
xpeditis-backend:
|
||||||
image: rg.fr-par.scw.cloud/weworkstudio/xpeditis-backend:preprod
|
image: rg.fr-par.scw.cloud/weworkstudio/xpeditis-backend:preprod
|
||||||
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- xpeditis-db
|
- xpeditis-db
|
||||||
- xpeditis-redis
|
- xpeditis-redis
|
||||||
@ -178,12 +174,6 @@ services:
|
|||||||
retries: 3
|
retries: 3
|
||||||
start_period: 60s
|
start_period: 60s
|
||||||
|
|
||||||
deploy:
|
|
||||||
restart_policy:
|
|
||||||
condition: any
|
|
||||||
delay: 5s
|
|
||||||
max_attempts: 3
|
|
||||||
window: 120s
|
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.docker.network=traefik_network"
|
- "traefik.docker.network=traefik_network"
|
||||||
@ -215,6 +205,7 @@ services:
|
|||||||
# Frontend (Next.js)
|
# Frontend (Next.js)
|
||||||
xpeditis-frontend:
|
xpeditis-frontend:
|
||||||
image: rg.fr-par.scw.cloud/weworkstudio/xpeditis-frontend:preprod
|
image: rg.fr-par.scw.cloud/weworkstudio/xpeditis-frontend:preprod
|
||||||
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
NEXT_PUBLIC_API_URL: https://api.preprod.xpeditis.com
|
NEXT_PUBLIC_API_URL: https://api.preprod.xpeditis.com
|
||||||
@ -229,12 +220,6 @@ services:
|
|||||||
retries: 3
|
retries: 3
|
||||||
start_period: 40s
|
start_period: 40s
|
||||||
|
|
||||||
deploy:
|
|
||||||
restart_policy:
|
|
||||||
condition: any
|
|
||||||
delay: 5s
|
|
||||||
max_attempts: 3
|
|
||||||
window: 120s
|
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.docker.network=traefik_network"
|
- "traefik.docker.network=traefik_network"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user