fix
This commit is contained in:
parent
268c6de69c
commit
6cded82e57
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user