summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-04-15 17:17:36 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-04-15 17:17:36 +0200
commit93a6a2164ead33b9ae59781a479d3196fa95d014 (patch)
tree82c4d81b15088843e3062489b2e3dcf9c5644e9c
parent7ee3759ef4d47dae08ac251e4ff40ee6d6ed1344 (diff)
downloadvaindock-93a6a2164ead33b9ae59781a479d3196fa95d014.tar.gz
vaindock-93a6a2164ead33b9ae59781a479d3196fa95d014.zip
add discordbotrelease/2.0.0
-rw-r--r--docker-compose.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 6a47769..b712b68 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -118,6 +118,19 @@ services:
env_file:
- local.env
+ vaindock_discordbot:
+ build: ../discordbot
+ volumes:
+ - ../discordbot:/usr/src/app
+ depends_on:
+ - vaindock_nginx
+ environment:
+ - API_BE_URL=http://vaindock_nginx/bridge
+ - API_FE_URL=http://vaindock_nginx/bots/api
+ - API_WS_URL=http://vaindock_nginx/ws
+ env_file:
+ - local.env
+
vaindock_processor:
build: ../processor
volumes: