This commit is contained in:
Oleg Yurchik 2025-10-02 21:59:49 +03:00
parent 268c6de69c
commit 6cded82e57

View File

@ -18,7 +18,7 @@ services:
ALABUGA_BACKEND_CORS_ORIGIN: '["https://${ALABUGA_API_DOMAIN}","https://${ALABUGA_DOMAIN}"]' ALABUGA_BACKEND_CORS_ORIGIN: '["https://${ALABUGA_API_DOMAIN}","https://${ALABUGA_DOMAIN}"]'
networks: networks:
- app-network - app-network
- collabry-stage_default - collabry
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.services.alabuga-backend.loadbalancer.server.port=8000" - "traefik.http.services.alabuga-backend.loadbalancer.server.port=8000"
@ -39,7 +39,7 @@ services:
NEXT_PUBLIC_DEMO_HR_PASSWORD: "${NEXT_PUBLIC_DEMO_HR_PASSWORD}" NEXT_PUBLIC_DEMO_HR_PASSWORD: "${NEXT_PUBLIC_DEMO_HR_PASSWORD}"
networks: networks:
- app-network - app-network
- collabry-stage_default - collabry
ports: ports:
- '3000:3000' - '3000:3000'
command: npm run dev -- --hostname 0.0.0.0 --port 3000 command: npm run dev -- --hostname 0.0.0.0 --port 3000
@ -58,5 +58,5 @@ volumes:
networks: networks:
app-network: app-network:
collabry-stage_default: collabry:
external: true external: true