mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-11 10:06:09 +00:00
2382c3f0ab
git-subtree-dir: spiffworkflow-frontend git-subtree-split: 75dbea67346d1b0c161b1d7582eeb5442aec5762
13 lines
253 B
YAML
13 lines
253 B
YAML
version: "3.8"
|
|
services:
|
|
spiffworkflow-frontend:
|
|
container_name: spiffworkflow-frontend
|
|
# command: tail -f /etc/hostname
|
|
build:
|
|
context: .
|
|
environment:
|
|
- APPLICATION_ROOT=/
|
|
- PORT0=7001
|
|
ports:
|
|
- "7001:7001"
|