9 lines
168 B
YAML
9 lines
168 B
YAML
|
services:
|
||
|
webapp:
|
||
|
image: cerc/webapp-container:local
|
||
|
restart: always
|
||
|
environment:
|
||
|
CERC_SCRIPT_DEBUG: ${CERC_SCRIPT_DEBUG}
|
||
|
ports:
|
||
|
- "3000"
|