Merge pull request #23 from wrathagom/patch-1

Include API in Articulate compose file
This commit is contained in:
Oceania 2018-10-18 09:27:57 -05:00 committed by GitHub
commit 279bac2ddb
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