Initial commit
All checks were successful
Deploy storage stack / deploy (push) Successful in 24s

This commit is contained in:
Sergei Poljanski 2026-05-26 17:13:14 +03:00
commit 479e3d5cf9
Signed by: asxpi
GPG key ID: 4F8851660FA4121B
10 changed files with 466 additions and 0 deletions

16
.env.example Normal file
View 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