David Boreham
c76195c491
* Auto-create bind mount directories inside the deployment dir * Fix deploy test
14 lines
222 B
YAML
14 lines
222 B
YAML
services:
|
|
test:
|
|
image: cerc/test-container:local
|
|
restart: always
|
|
environment:
|
|
CERC_SCRIPT_DEBUG: ${CERC_SCRIPT_DEBUG}
|
|
volumes:
|
|
- test-data:/data
|
|
ports:
|
|
- "80"
|
|
|
|
volumes:
|
|
test-data:
|