Merge pull request 'fix' (#4) from task/refactoring into main
Some checks failed
Deploy Stage / deploy (push) Has been cancelled

Reviewed-on: #4
This commit is contained in:
Oleg Yurchik 2025-10-02 19:00:36 +00:00
commit f43bb0f92a

View File

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