17 lines
429 B
YAML
Raw Normal View History

# path:: mkdir -pv /data/volumes/mygits
2025-02-11 17:31:24 +08:00
# run:: docker compose -p memos --env-file ./builder/golang/env.cfg -f ./builder/golang/compose.yml up -d
2025-01-26 04:35:49 +08:00
services:
golang:
image: ${IMAGE_TAG_BASH}
container_name: "build-golang"
restart: always
tty: true
command: bash
volumes:
- ${Volumes_Path}/mygits:/app
working_dir: /app
environment:
- GOPROXY=https://goproxy.cn
- GO111MODULE=on