1 Star 0 Fork 15

大后锋/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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dahoufeng/GoCity.git
[email protected]:dahoufeng/GoCity.git
dahoufeng
GoCity
GoCity
master

搜索帮助