# Vinterliste deploy.sh overrides. Copy to `deploy.env` (gitignored) and # uncomment / edit any setting. The script falls back to sensible defaults # for everything you don't override. # Host port mapping. Container always listens on 3000 internally. # HOST_PORT=3000 # Bind only to loopback when fronting with a reverse proxy on the same host. # BIND_ADDR=127.0.0.1 # Image, container, and volume names. Useful if you run multiple instances # on the same machine (e.g. staging + prod). # IMAGE_NAME=vinterliste # CONTAINER_NAME=vinterliste # VOLUME_NAME=vinterliste-data # How many old timestamped images to keep on the local registry. :latest is # never pruned. # KEEP_IMAGES=3 # Canonical public URL for OpenGraph tags. Falls back to the request host # when unset, which works for single-origin deploys. # PUBLIC_BASE_URL=https://vinterliste.example.org # Anything extra you want appended to `podman run`. Word-split, so use # proper shell quoting. Example: pin the user namespace, attach an extra # label, change the restart policy, etc. # EXTRA_PODMAN_RUN_ARGS=--userns=keep-id --label deploy.env=prod