forked from cerc-io/stack-orchestrator
14 lines
224 B
YAML
14 lines
224 B
YAML
services:
|
|
webapp:
|
|
image: cerc/webapp-container:local
|
|
restart: always
|
|
environment:
|
|
CERC_SCRIPT_DEBUG: ${CERC_SCRIPT_DEBUG}
|
|
ports:
|
|
- "80"
|
|
volumes:
|
|
- app-data:/data
|
|
|
|
volumes:
|
|
app-data:
|