feat(affine): add SMTP config, AFFINE_SERVER_EXTERNAL_URL; remove blinko dir

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-09 06:57:45 +02:00
parent 4b99e21a99
commit cb241c9696
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -3,3 +3,9 @@ NETWORK_NAME=falcon_network
DB_USERNAME=affine
DB_PASSWORD=change_me
DB_DATABASE=affine
MAILER_HOST=mailpit
MAILER_PORT=1025
MAILER_USER=affine
MAILER_PASSWORD=affine
MAILER_SENDER=affine@example.com
MAILER_IGNORE_TLS=true
+1
View File
@@ -6,6 +6,7 @@ services:
environment:
REDIS_SERVER_HOST: redis
DATABASE_URL: postgresql://${DB_USERNAME}:${DB_PASSWORD}@postgres:5432/${DB_DATABASE:-affine}
AFFINE_SERVER_EXTERNAL_URL: https://${TRAEFIK_HOST}
AFFINE_INDEXER_ENABLED: "false"
volumes:
- ../.data/affine/storage:/root/.affine/storage