Implement deployment config (#554)

* Initial deployment config implementation

* Complete implementation, add test

* Fix funky indentation

* Revert test test
This commit was merged in pull request #554.
This commit is contained in:
2023-10-03 12:49:15 -06:00
committed by GitHub
parent cf039d9562
commit 3c5489681f
7 changed files with 72 additions and 17 deletions
+1
View File
@@ -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: