mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 00:00:13 -08:00
Add example environment files for various services including PostgreSQL, Telegram, and WireGuard configurations
This commit is contained in:
7
docmost/.env.example
Normal file
7
docmost/.env.example
Normal file
@@ -0,0 +1,7 @@
|
||||
# openssl rand -base64 18
|
||||
POSTGRES_PASSWORD=
|
||||
POSTGRES_URL=postgresql://docmost:password@db:5432/docmost?schema=public
|
||||
|
||||
# Application Configuration
|
||||
# openssl rand -base64 33
|
||||
APP_SECRET=
|
||||
Reference in New Issue
Block a user