mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 06:40:12 -08:00
Add Gitea setup documentation, environment configuration, and Docker Compose files
This commit is contained in:
9
git/prev/.env.example
Normal file
9
git/prev/.env.example
Normal 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"
|
||||
Reference in New Issue
Block a user