Add FERNET_KEY env var to docker-compose for email encryption

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
ryan
2026-04-04 08:30:45 -04:00
parent 9f69f0a008
commit cfa77a1779

View File

@@ -61,6 +61,7 @@ services:
- S3_BUCKET_NAME=${S3_BUCKET_NAME:-asksimba-images} - S3_BUCKET_NAME=${S3_BUCKET_NAME:-asksimba-images}
- S3_REGION=${S3_REGION:-garage} - S3_REGION=${S3_REGION:-garage}
- OLLAMA_HOST=${OLLAMA_HOST:-http://localhost:11434} - OLLAMA_HOST=${OLLAMA_HOST:-http://localhost:11434}
- FERNET_KEY=${FERNET_KEY}
depends_on: depends_on:
postgres: postgres:
condition: service_healthy condition: service_healthy