Initial commit
This commit is contained in:
11
backend/postgres/.env.example
Normal file
11
backend/postgres/.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# PostgreSQL root user
|
||||
POSTGRES_USER=
|
||||
POSTGRES_PASSWORD_FILE=/run/secrets/YOUR_SECRET_PASS
|
||||
|
||||
# Timezone settings
|
||||
TZ=
|
||||
PGTZ=
|
||||
|
||||
# PostgreSQL settings
|
||||
POSTGRES_INITDB_ARGS=--data-checksums
|
||||
PGDATA=/var/lib/postgresql/18/docker
|
||||
Reference in New Issue
Block a user