1 Star 0 Fork 15

doris123 / GoCity

forked from Gitee 极速下载 / GoCity 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 549 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: '3'
services:
api:
image: "golang:1.11"
working_dir: "/go/src/github.com/rodrigo-brito/gocity"
environment:
- GOOGLE_APPLICATION_CREDENTIALS=/go/src/github.com/rodrigo-brito/gocity/gcs-credentials.json
volumes:
- "./:/go/src/github.com/rodrigo-brito/gocity"
command: ["go", "run", "main.go"]
caddy:
image: "abiosoft/caddy"
ports:
- "80:80"
- "443:443"
volumes:
- "./docker/Caddyfile:/etc/Caddyfile"
- "/root/.caddy"
depends_on:
- api
links:
- api
1
https://gitee.com/doris12345/GoCity.git
git@gitee.com:doris12345/GoCity.git
doris12345
GoCity
GoCity
master

搜索帮助