POSTGRES_USER=postgres
- your Postgres server usernamePOSTGRES_PASSWORD=password
- your Postgres server passwordPOSTGRES_HOST=postgres
- postgres server host, whatever you named it in deploy.ymlPOSTGRES_PORT=5432
- postgres port, will be 5432 unless you aliased it in deploy.ymlPOSTGRES_DATABASE=akash_postgres
- name of your databaseBACKUP_PATH=bucketname/path
- bucket and path for your deployments. Make sure directories exist firstBACKUP_KEY=key
- your Filebase access keyBACKUP_SECRET=secret
- your Filebase secretBACKUP_PASSPHRASE=secret
- a passphrase to encrypt your backups withBACKUP_HOST=https://s3.filebase.com
- the S3 backup host, this defaults to Filebase but can be any S3 compatible hostBACKUP_SCHEDULE=*/15 * * * *
- the cron schedule for backups. Defaults to every 15 minutesBACKUP_RETAIN=7 days
- how many days to keep backups for.env.sample
file to .env
and populatedocker-compose up
to build and run the application