forked from cerc-io/stack-orchestrator
Implement deployment config (#554)
* Initial deployment config implementation * Complete implementation, add test * Fix funky indentation * Revert test test
This commit is contained in:
@@ -4,6 +4,7 @@ services:
|
||||
restart: always
|
||||
environment:
|
||||
CERC_SCRIPT_DEBUG: ${CERC_SCRIPT_DEBUG}
|
||||
CERC_TEST_PARAM_1: ${CERC_TEST_PARAM_1:-FAILED}
|
||||
volumes:
|
||||
- test-data:/data
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user