diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-15 17:17:36 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-15 17:17:36 +0200 |
| commit | 93a6a2164ead33b9ae59781a479d3196fa95d014 (patch) | |
| tree | 82c4d81b15088843e3062489b2e3dcf9c5644e9c | |
| parent | 7ee3759ef4d47dae08ac251e4ff40ee6d6ed1344 (diff) | |
| download | vaindock-release/2.0.0.tar.gz vaindock-release/2.0.0.zip | |
add discordbotrelease/2.0.0
| -rw-r--r-- | docker-compose.yml | 13 |
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: |
