add docker-compose deploy

This commit is contained in:
brucedone
2019-01-18 18:29:56 +08:00
parent 8032422f7d
commit f00f1922a5
3 changed files with 22 additions and 0 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
version: "2"
services:
go_home:
build: .
volumes:
- ./config:/config
ports:
- 18008:8008