diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2024-05-29 19:00:00 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2024-05-29 19:00:00 +0100 |
commit | b3aabb4919cb935236b2e913d497fb3cf240ae5d (patch) | |
tree | f878cec38879cd7fe02af2e1f9d9e74a1db8f3c5 /docker-compose.yml | |
parent | 7a11c80ebf731f484bb1e6200229bc5d7e341599 (diff) | |
download | SmallYTChannelBot-master.tar.gz SmallYTChannelBot-master.zip |
Diffstat (limited to 'docker-compose.yml')
-rwxr-xr-x | docker-compose.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 900c7f8..1d68251 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,6 +10,8 @@ services: - db-network external_links: - mariadb:mysql + volumes: + - ./config.json:/app/config.json cron: build: context: . @@ -19,6 +21,8 @@ services: - db-network external_links: - mariadb:mysql + volumes: + - ./config.json:/app/config.json networks: db-network: |