Sync deploy: backend, frontend, worker, docker, config

This commit is contained in:
Azouhri Abdelaziz
2026-02-04 17:48:01 +01:00
parent 4ea770bdeb
commit 41e1c68dcc
2 changed files with 3 additions and 3 deletions

View File

@@ -378,7 +378,7 @@ services:
- backend
restart: unless-stopped
ports:
- "3001:3000"
- "3002:3000"
deploy:
resources:
limits:

View File

@@ -7,7 +7,7 @@
# Usage (staging with monitoring):
# docker compose -f docker-compose.yml -f docker-compose.dev.yml -f docker-compose.staging.yml -f docker-compose.prod.yml -f docker-compose.monitoring.yml --env-file ../.env.staging up -d
#
# Staging access (no Traefik): Grafana http://YOUR_SERVER:3001 Prometheus http://YOUR_SERVER:9090
# Staging access (no Traefik): Grafana http://YOUR_SERVER:3002 Prometheus http://YOUR_SERVER:9090
# Set GRAFANA_PASSWORD in .env.staging (admin user).
# =============================================================================
@@ -55,7 +55,7 @@ services:
- backend
restart: unless-stopped
ports:
- "3001:3000"
- "3002:3000"
deploy:
resources:
limits: