Include API in Articulate compose file

There was an issue opened on our repo, where a user couldn't connect to the API, but the API wasn't included in this compose. So that was the problem.
This commit is contained in:
Caleb M. Keller 2018-10-18 08:22:37 -04:00 committed by GitHub
parent 016659d258
commit 3ef2454409
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,14 @@ services:
networks: ['botsharp-network']
environment:
- API_URL
api:
image: samtecspg/articulate-api:0.12.1
ports: ['0.0.0.0:7500:7500']
networks: ['botsharp-network']
entrypoint: ['node', 'start.js']
environment:
- SWAGGER_BASE_PATH
botsharp:
image: botsharpdocker/botsharp-rasa:latest