mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-15 04:34:16 +00:00
ea9336e625
Co-authored-by: burnettk <burnettk@users.noreply.github.com>
18 lines
473 B
YAML
18 lines
473 B
YAML
|
|
services:
|
|
spiffworkflow-backend:
|
|
build:
|
|
context: spiffworkflow-backend
|
|
dockerfile: dev.Dockerfile
|
|
#
|
|
# TODO: would like to figure out the permissions issue that is preventing this
|
|
#
|
|
#user: "${RUN_AS}"
|
|
environment:
|
|
FLASK_DEBUG: "1"
|
|
SPIFFWORKFLOW_BACKEND_DATABASE_URI: ""
|
|
SPIFFWORKFLOW_BACKEND_ENV: "local_development"
|
|
SPIFFWORKFLOW_BACKEND_LOAD_FIXTURE_DATA: ""
|
|
volumes:
|
|
- ./spiffworkflow-backend:/app
|