Create docker-compose-core

This commit is contained in:
Obrain2016 2018-11-02 12:13:17 -05:00 committed by GitHub
parent 4958da5c21
commit decc3c96c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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: {}}