provide volume for the scheduler config

This commit is contained in:
deflax 2024-01-05 13:29:29 +00:00
parent aadb56e234
commit 9ed335bd0e

View file

@ -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