Merge branch 'master' into feature/image-sync-trigger-20260806
This commit is contained in:
+6
-3
@@ -1,10 +1,13 @@
|
||||
IMAGE_BIND_ADDRESS=0.0.0.0
|
||||
# Same-host native reverse proxies should use the loopback-only published port.
|
||||
IMAGE_BIND_ADDRESS=127.0.0.1
|
||||
IMAGE_PORT=8191
|
||||
IMAGE_REPOSITORY_PATH=/home/letrhee/sam_rebuild/image
|
||||
IMAGE_UID=1000
|
||||
IMAGE_GID=1000
|
||||
# Comma- or space-separated source CIDRs of hosts that reverse-proxy to port 8191.
|
||||
TRUSTED_PROXY_CIDRS=172.30.1.75/32
|
||||
# Source CIDRs observed inside image-web. A host-native proxy normally appears
|
||||
# as this Compose network's Docker bridge gateway, not as 127.0.0.1.
|
||||
# Confirm after startup with: docker compose logs image-web
|
||||
TRUSTED_PROXY_CIDRS=172.24.0.1/32
|
||||
|
||||
IMAGE_REMOTE_URL=https://gitea.hided.net/devsam/image.git
|
||||
IMAGE_REPOSITORY_FULL_NAME=devsam/image
|
||||
|
||||
Reference in New Issue
Block a user