Add Gitea setup documentation, environment configuration, and Docker Compose files

This commit is contained in:
Peter Wood
2025-04-30 12:54:39 -04:00
parent d163696a3e
commit 18e4149929
5 changed files with 428 additions and 31 deletions

9
git/prev/.env.example Normal file
View File

@@ -0,0 +1,9 @@
# Database Configuration
POSTGRES_HOST=db
POSTGRES_PORT=5432
POSTGRES_DB=gitea
POSTGRES_USER=
POSTGRES_PASSWORD=
SSH_PORT="2221"
WEB_PORT="3200"