Add config path environment variable
This commit is contained in:
parent
6c7e232bb1
commit
f9bff7de59
@ -2,6 +2,9 @@ services:
|
|||||||
snowballtools-base-backend:
|
snowballtools-base-backend:
|
||||||
image: cerc/snowballtools-base-backend:local
|
image: cerc/snowballtools-base-backend:local
|
||||||
restart: always
|
restart: always
|
||||||
|
environment:
|
||||||
|
CERC_SCRIPT_DEBUG: ${CERC_SCRIPT_DEBUG}
|
||||||
|
SNOWBALL_BACKEND_CONFIG_FILE_PATH: ${SNOWBALL_BACKEND_CONFIG_FILE_PATH}
|
||||||
volumes:
|
volumes:
|
||||||
- data:/data
|
- data:/data
|
||||||
- config:/config:ro
|
- config:/config:ro
|
||||||
|
Loading…
Reference in New Issue
Block a user