Create docker-compose-articulateui0.1.0.yml

This commit is contained in:
Obrain2016 2018-10-04 19:03:45 -05:00 committed by GitHub
parent 32f65ae07a
commit 081e6474de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,17 @@
version: '3.0'
services:
ui:
image: botsharpdocker/botsharp-articulateui:0.1.0
ports: ['0.0.0.0:3000:3000']
networks: ['botsharp-network']
environment:
- rasanluendpoint=http://botsharp:7500
botsharp:
image: botsharpdocker/botsharp-articulate:0.1.0
ports: ['0.0.0.0:7500:7500']
networks: ['botsharp-network']
networks: {botsharp-network: {}}