Files
NODEDC_TASKMANAGER/plane-app/docker-compose.local-web-build.yaml
T

12 lines
415 B
YAML

services:
api:
image: nodedc/plane-backend:bim-gateway-test
environment:
PLANE_NODEDC_BIM_ACCESS_TOKEN: local-tasker-bim-gateway-test
PLANE_NODEDC_BIM_EMBED_SECRET: local-tasker-bim-gateway-test
PLANE_NODEDC_BIM_INTERNAL_URL: http://host.docker.internal:8080
PLANE_NODEDC_BIM_PUBLIC_URL: http://localhost:8080
web:
volumes:
- ./.local-web-root:/usr/share/nginx/html:ro