# Copy to .env and fill in. docker compose picks .env up automatically. # Apex domain to serve from (no scheme). Caddy auto-issues an LE cert. BASE_DOMAIN=example.com # OIDC issuer URL for WebFinger discovery (your pocket-id deployment). ISSUER_URL=https://auth.example.com # Where to send any non-WebFinger request (preserves path + query). REDIRECT_URL=https://your-redirect-target.example.com # Let's Encrypt registration email. ACME_EMAIL=admin@example.com # Image tag. CADDY_TAG=2-alpine