Merge pull request #23 from wrathagom/patch-1
Include API in Articulate compose file
This commit is contained in:
commit
279bac2ddb
|
|
@ -7,6 +7,14 @@ services:
|
||||||
networks: ['botsharp-network']
|
networks: ['botsharp-network']
|
||||||
environment:
|
environment:
|
||||||
- API_URL
|
- 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:
|
botsharp:
|
||||||
image: botsharpdocker/botsharp-rasa:latest
|
image: botsharpdocker/botsharp-rasa:latest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue