This commit is contained in:
commit
479e3d5cf9
10 changed files with 466 additions and 0 deletions
16
.env.example
Normal file
16
.env.example
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Storage stack — Postgres + MinIO
|
||||
# Copy to .env for local use. Production .env is regenerated by the deploy
|
||||
# workflow from Forgejo secrets.
|
||||
|
||||
# Postgres superuser (used only by init + admin tasks)
|
||||
POSTGRES_PASSWORD=change-me
|
||||
|
||||
# MinIO root account (used only by init + admin tasks)
|
||||
MINIO_ROOT_USER=storage-admin
|
||||
MINIO_ROOT_PASSWORD=change-me-32-chars-min
|
||||
|
||||
# Per-app credentials provisioned by the init containers.
|
||||
# These are also added as secrets on every consuming app's repo.
|
||||
ASXPIO_DB_PASSWORD=change-me
|
||||
ASXPIO_S3_ACCESS_KEY=change-me
|
||||
ASXPIO_S3_SECRET_KEY=change-me
|
||||
Loading…
Add table
Add a link
Reference in a new issue