chore: bootstrap Atay Makhzan ops repo
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user