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
|
||||
env_file:
|
||||
- "variables.env"
|
||||
volumes:
|
||||
- "./config/scheduler:/config"
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- net
|
||||
|
|
Loading…
Reference in a new issue