mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-29 02:35:10 +00:00
ea9336e625
Co-authored-by: burnettk <burnettk@users.noreply.github.com>
12 lines
281 B
YAML
12 lines
281 B
YAML
services:
|
|
spiffworkflow-frontend:
|
|
build:
|
|
context: spiffworkflow-frontend
|
|
dockerfile: dev.Dockerfile
|
|
user: "${RUN_AS}"
|
|
environment:
|
|
HOST: "0.0.0.0"
|
|
PORT: "${SPIFFWORKFLOW_FRONTEND_PORT:-8001}"
|
|
volumes:
|
|
- ./spiffworkflow-frontend:/app
|