Add stacks: gitea, vaultwarden, freescout (docker-host-01)

This commit is contained in:
hueseyin
2026-02-15 15:41:55 +01:00
parent f7ea4d3988
commit 82158bfc25
9 changed files with 208 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# ---- Versions ----
GITEA_IMAGE=gitea/gitea:latest
POSTGRES_IMAGE=postgres:16
# ---- IDs (wichtig für Rechte auf Volumes) ----
PUID=1000
PGID=1000
# ---- Zeitzone ----
TZ=Europe/Berlin
# ---- Ports am Host ----
GITEA_HTTP_PORT=3000
GITEA_SSH_PORT=2222
# ---- Datenbank ----
POSTGRES_DB=gitea
POSTGRES_USER=gitea
POSTGRES_PASSWORD=CHANGEME
# optional: falls du später Domain nutzen willst
GITEA_ROOT_URL=https://anko-git.selfip.com:3000/