Document geoip compose file

This commit is contained in:
Nick Sellen 2024-03-25 12:36:22 +00:00
parent 2c9c054a3c
commit df863e057e
Signed by: nicksellen
GPG Key ID: 7C3A275C0DC2EFA1
1 changed files with 7 additions and 4 deletions

View File

@ -2,17 +2,20 @@ TYPE=karrot
DOMAIN=karrot.example.com
SITE_NAME=karrot dev
SITE_LOGO=https://user-images.githubusercontent.com/31616/36565633-517373a4-1821-11e8-9948-5bf6887c667e.png
SECRET_DB_PASSWORD_VERSION=v1
SECRET_SECRET_KEY_VERSION=v1
SECRET_SMTP_PASSWORD_VERSION=v1
# account id for maxmind (for GeoIP)
# uncomment if using maxmind account
# make sure to add the maxmind_license_key secret too
#COMPOSE_FILE="$COMPOSE_FILE:compose.geoip.yml"
#MAXMIND_ACCOUNT_ID=
SECRET_MAXMIND_LICENSE_KEY_VERSION=v1
SITE_NAME=karrot dev
SITE_LOGO=https://user-images.githubusercontent.com/31616/36565633-517373a4-1821-11e8-9948-5bf6887c667e.png
FILE_UPLOAD_MAX_SIZE=10m
# postal,smtp,console
@ -48,4 +51,4 @@ EMAIL_BACKEND=console
SITE_URL=https://${DOMAIN}
LETS_ENCRYPT_ENV=production
CSRF_TRUSTED_ORIGINS=${SITE_URL}
CSRF_TRUSTED_ORIGINS=${SITE_URL}