mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 05:40:11 -08:00
Add example environment files for various services including PostgreSQL, Telegram, and WireGuard configurations
This commit is contained in:
6
git/.env.example
Normal file
6
git/.env.example
Normal file
@@ -0,0 +1,6 @@
|
||||
# Database Configuration
|
||||
POSTGRES_HOST=db
|
||||
POSTGRES_PORT=5432
|
||||
POSTGRES_DB=gitea
|
||||
POSTGRES_USER=
|
||||
POSTGRES_PASSWORD=
|
||||
Reference in New Issue
Block a user