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