2026-07-09 19:14:54 +02:00
|
|
|
# Image is built and pushed by .gitea/workflows/docker.yml
|
|
|
|
|
IMAGE=your-registry.example.com/your-org/wisp:latest
|
|
|
|
|
|
|
|
|
|
# Public URL is fronted by a reverse proxy — this container just needs to
|
|
|
|
|
# listen on HOST_PORT.
|
|
|
|
|
HOST_PORT=3040
|
|
|
|
|
|
|
|
|
|
TTL_SECONDS=259200
|
|
|
|
|
MAX_UPLOAD_BYTES=209715200
|
|
|
|
|
UPLOAD_PASSWORD=change-me
|
2026-07-12 19:29:46 +02:00
|
|
|
|
|
|
|
|
# Optional. Unset disables the /admin invite-management page entirely
|
|
|
|
|
# (503, not a boot failure). Set to enable minting scoped upload invites.
|
|
|
|
|
ADMIN_PASSWORD=change-me-too
|