Add stacks: gitea, vaultwarden, freescout (docker-host-01)
This commit is contained in:
22
servers/docker-host-01/stacks/gitea/.env.example
Normal file
22
servers/docker-host-01/stacks/gitea/.env.example
Normal 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/
|
||||
Reference in New Issue
Block a user