gomodproxy/docker-compose.yml
2022-03-03 20:51:30 +03:00

29 lines
639 B
YAML

version: '3.2'
services:
gomodproxy:
image: registry.connectone.pro/github/gomodproxy:latest
restart: unless-stopped
ports:
- "9030:8080"
volumes:
- type: bind
source: ./cache
target: /cache
bind:
propagation: shared
- type: bind
source: ./keys
target: /keys
bind:
propagation: shared
command:
- /opt/app/gomodproxy
- --dir
- /cache
- --addr
- :8080
- -git
- gitlab.connectone.pro/:/keys/gitlab.connectone.pro
- -git
- gitlab.connectone.pro/:goproxy:glpat-_4p1YmfjcMsxdfXnayLm