aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2025-06-07 16:12:00 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2025-06-07 16:12:00 +0100
commit1707d25fab29ea7df358aa29fb6894ba2fcc6eec (patch)
tree029c25116e7e865fd54e41100744a9078cd31abe /docker-compose.yml
parentb3aabb4919cb935236b2e913d497fb3cf240ae5d (diff)
downloadSmallYTChannelBot-1707d25fab29ea7df358aa29fb6894ba2fcc6eec.tar.gz
SmallYTChannelBot-1707d25fab29ea7df358aa29fb6894ba2fcc6eec.zip
Emergency bug fixes
Diffstat (limited to 'docker-compose.yml')
-rwxr-xr-xdocker-compose.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 1d68251..e9cdf67 100755
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -5,7 +5,7 @@ services:
build:
context: .
dockerfile: Dockerfile
- image: r.vm.gl/smallytchannelbot
+ image: smallytchannelbot
networks:
- db-network
external_links:
@@ -16,11 +16,13 @@ services:
build:
context: .
dockerfile: ./onceaday/Dockerfile
- image: r.vm.gl/smallytchannelbotoad
+ image: smallytchannelbot_oad
networks:
- db-network
external_links:
- mariadb:mysql
+ depends_on:
+ - sytc
volumes:
- ./config.json:/app/config.json