forked from cerc-io/stack-orchestrator
Thomas E Lackey
c9444591f5
Reviewed-on: cerc-io/stack-orchestrator#740 Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com> Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
9 lines
166 B
YAML
9 lines
166 B
YAML
services:
|
|
webapp:
|
|
image: cerc/webapp-container:local
|
|
restart: always
|
|
environment:
|
|
CERC_SCRIPT_DEBUG: ${CERC_SCRIPT_DEBUG}
|
|
ports:
|
|
- "80"
|