fix #4

Merged
oyurchik merged 2 commits from task/refactoring into main 2025-10-02 19:00:36 +00:00
Showing only changes of commit 6cded82e57 - Show all commits

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