Compare commits

..

No commits in common. "f43bb0f92ae35388fa8e9cc1ab8c23a6e0db5d6d" and "6e345f6b1cebd1fc5482d07ec7e941ad7e3a6944" have entirely different histories.

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 - collabry-stage_default
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 - collabry-stage_default
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: collabry-stage_default:
external: true external: true