2024-02-23 00:31:55 +00:00
|
|
|
services:
|
|
|
|
spiffworkflow-frontend:
|
|
|
|
build:
|
|
|
|
context: spiffworkflow-frontend
|
|
|
|
dockerfile: dev.Dockerfile
|
2024-02-24 00:13:16 +00:00
|
|
|
user: "${RUN_AS}"
|
2024-02-23 00:31:55 +00:00
|
|
|
environment:
|
2024-03-01 20:28:06 +00:00
|
|
|
npm_config_cache: "/app/.cache/npm"
|
2024-02-23 00:31:55 +00:00
|
|
|
HOST: "0.0.0.0"
|
|
|
|
PORT: "${SPIFFWORKFLOW_FRONTEND_PORT:-8001}"
|
2024-03-01 20:28:06 +00:00
|
|
|
XDG_CACHE_HOME: "/app/.cache"
|
2024-02-23 00:31:55 +00:00
|
|
|
volumes:
|
|
|
|
- ./spiffworkflow-frontend:/app
|