mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-09 17:55:48 +00:00
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"
|