chore: bootstrap Atay Makhzan ops repo

This commit is contained in:
2026-06-19 15:35:48 +01:00
commit f6ba9ab02d
14 changed files with 639 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# Copy to .env on the VPS and fill real values there.
# Never commit the real .env file.
GITEA_VERSION=1.26.2
POSTGRES_VERSION=16-alpine
GITEA_DOMAIN=ataymakhzan.com
GITEA_SSH_DOMAIN=ataymakhzan.com
GITEA_ROOT_URL=https://ataymakhzan.com/
GITEA_HTTP_PORT=3001
GITEA_HTTP_BIND=127.0.0.1
GITEA_SSH_PORT=2222
GITEA_USER_UID=1000
GITEA_USER_GID=1000
POSTGRES_DB=gitea
POSTGRES_USER=gitea
POSTGRES_PASSWORD=change-me-before-deploy
GITEA_CONTAINER_NAME=gitea
POSTGRES_CONTAINER_NAME=gitea-db