20 lines
794 B
Bash
20 lines
794 B
Bash
# 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
|
|
# 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
|
|
IMAGE_DEFAULT_BRANCH=master
|
|
IMAGE_ALLOWED_BRANCHES=master
|
|
IMAGE_PUBLIC_BASES=https://sam.hided.net/image,https://sam-image.hided.net
|
|
|
|
GITEA_WEBHOOK_SECRET_FILE=./secrets/gitea_webhook_secret
|
|
IMAGE_ADMIN_SECRET_FILE=./secrets/image_admin_secret
|