aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
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