Initial commit

This commit is contained in:
2025-10-22 19:59:09 +00:00
commit 67996ade86
34 changed files with 905 additions and 0 deletions

View 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