fixed dashboard stats update

This commit is contained in:
yusing
2024-10-04 18:52:31 +08:00
parent abbcbad5e9
commit b06cbc0fee
6 changed files with 54 additions and 9 deletions

View File

@@ -4,17 +4,17 @@ services:
container_name: go-proxy-frontend
restart: unless-stopped
network_mode: host
depends_on:
- app
# if you also want to proxy the WebUI and access it via gp.y.z
# labels:
# - proxy.aliases=gp
# - proxy.gp.port=3000
# Uncomment and change this if you have changed below
# Make sure the value is same as `GOPROXY_API_ADDR` below (if you have changed it)
#
# environment:
# GOPROXY_API_ADDR: 127.0.0.1:8888
depends_on:
- app
# NEXT_PUBLIC_GOPROXY_API_ADDR: 127.0.0.1:8888
app:
image: ghcr.io/yusing/go-proxy:latest
container_name: go-proxy