refactor(ops): standardize image-based production delivery
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
# Runtime settings consumed by the app and by docker-compose.cicd.yml on the target host.
|
||||
# Runtime settings consumed by the app and by docker-compose.prod.yml on the target host.
|
||||
|
||||
POSTGRES_PASSWORD=replace-with-a-long-random-password
|
||||
NEXTAUTH_URL=https://capakraken.example.com
|
||||
NEXTAUTH_SECRET=replace-with-a-long-random-secret
|
||||
RATE_LIMIT_BACKEND=redis
|
||||
|
||||
# Optional but commonly needed application settings.
|
||||
SENTRY_DSN=
|
||||
|
||||
Reference in New Issue
Block a user