.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
ARTIFACT_KEEPER_VERSION
Docker Compose backend image version (docker compose only) Pin backend and backend-based init container images to the same release tag.…
DATABASE_URL
secret
Database (backend)
BIND_ADDRESS
Server (backend)
LOG_LEVEL
ENVIRONMENT
Environment (development | production) In development mode, CORS automatically allows requests from private-network IPs (192.168.x.x,…
STORAGE_BACKEND
Storage (backend) — choose one backend
STORAGE_PATH
JWT_SECRET
secret
Authentication (backend)
JWT_EXPIRATION_SECS
secret
brew install flyctl && fly launch --from https://github.com/adguardteam/artifact-keeper
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/adguardteam/artifact-keeper
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/adguardteam/artifact-keeper