provide volume for the scheduler config
This commit is contained in:
parent
aadb56e234
commit
9ed335bd0e
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ services:
|
||||||
image: stream-scheduler:latest
|
image: stream-scheduler:latest
|
||||||
env_file:
|
env_file:
|
||||||
- "variables.env"
|
- "variables.env"
|
||||||
|
volumes:
|
||||||
|
- "./config/scheduler:/config"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- net
|
- net
|
||||||
|
|
Loading…
Reference in a new issue