15 lines
276 B
YAML
15 lines
276 B
YAML
services:
|
|
test:
|
|
image: cerc/test-container:local
|
|
restart: always
|
|
environment:
|
|
CERC_SCRIPT_DEBUG: ${CERC_SCRIPT_DEBUG}
|
|
CERC_TEST_PARAM_1: ${CERC_TEST_PARAM_1:-FAILED}
|
|
volumes:
|
|
- test-data:/data
|
|
ports:
|
|
- "80"
|
|
|
|
volumes:
|
|
test-data:
|