Create docker-compose-articulateui0.1.0.yml
This commit is contained in:
parent
32f65ae07a
commit
081e6474de
17
dockerfiles/docker-compose-articulateui0.1.0.yml
Normal file
17
dockerfiles/docker-compose-articulateui0.1.0.yml
Normal 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: {}}
|
||||
Loading…
Reference in a new issue