Create docker-compose-core
This commit is contained in:
parent
4958da5c21
commit
decc3c96c3
9
dockerfiles/docker-compose-core
Normal file
9
dockerfiles/docker-compose-core
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
version: '3.0'
|
||||||
|
|
||||||
|
services:
|
||||||
|
botsharp:
|
||||||
|
image: botsharpdocker/botsharp-core:0.1.0
|
||||||
|
ports: ['0.0.0.0:3112:3112']
|
||||||
|
networks: ['botsharp-network']
|
||||||
|
|
||||||
|
networks: {botsharp-network: {}}
|
||||||
Loading…
Reference in a new issue