feat: update docker-compose db_dsn

This commit is contained in:
Benjamin
2025-09-19 23:24:57 +02:00
parent 16e7b60e69
commit c3269936cc
2 changed files with 7 additions and 8 deletions
+5 -6
View File
@@ -1,14 +1,13 @@
# Database Configuration
POSTGRES_USER=ackifyr
POSTGRES_PASSWORD=your_secure_password
POSTGRES_DB=ackify
# Application Configuration
APP_NAME=ackify
APP_DNS=sign.your-domain.com
ACKIFY_BASE_URL=https://sign.your-domain.com
ACKIFY_ORGANISATION="Your Organization Name"
ACKIFY_DB_DSN="postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@ackify-db:5432/${POSTGRES_DB}?sslmode=disable"
# Database Configuration
POSTGRES_USER=ackifyr
POSTGRES_PASSWORD=your_secure_password
POSTGRES_DB=ackify
# OAuth2 Configuration - Generic Provider
ACKIFY_OAUTH_CLIENT_ID=your_oauth_client_id