readme updates, docs moved to wiki

This commit is contained in:
yusing
2024-10-04 11:27:11 +08:00
parent fab39a461f
commit abbcbad5e9
12 changed files with 74 additions and 1130 deletions

View File

@@ -8,6 +8,11 @@ services:
# labels:
# - proxy.aliases=gp
# - proxy.gp.port=3000
# Uncomment and change this if you have changed below
#
# environment:
# GOPROXY_API_ADDR: 127.0.0.1:8888
depends_on:
- app
app:
@@ -18,6 +23,12 @@ services:
environment:
# (Optional) change this to your timezone to get correct log timestamp
TZ: ETC/UTC
# Change these if you need
#
# GOPROXY_HTTP_ADDR: :80
# GOPROXY_HTTPS_ADDR: :443
# GOPROXY_API_ADDR: 127.0.0.1:8888
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./config:/app/config