mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 03:20:12 -08:00
Add example environment files for various services including PostgreSQL, Telegram, and WireGuard configurations
This commit is contained in:
9
database/.env.example
Normal file
9
database/.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
# PostgreSQL configuration
|
||||
POSTGRES_USER=
|
||||
# openssl rand -base64 18
|
||||
POSTGRES_PASSWORD=
|
||||
|
||||
# PgAdmin configuration
|
||||
PGADMIN_DEFAULT_EMAIL=
|
||||
PGADMIN_DEFAULT_PASSWORD=
|
||||
PGADMIN_PORT=5050
|
||||
Reference in New Issue
Block a user