change gitea port to 3500

This commit is contained in:
Andreas Knuth 2024-02-28 11:28:46 -06:00
parent 9f62e5f3f9
commit d83a03b455
2 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@ auth.bizmatch.net {
}
}
git.bizmatch.net {
reverse_proxy bizmatch:3000
reverse_proxy bizmatch:3500
tls {
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
}

View File

@ -12,6 +12,7 @@ services:
- DB_USER=bizmatch
- DB_PASSWD=gitea
- GITEA__server__MINIMUM_KEY_SIZE_CHECK=false
- GITEA__server__HTTP_PORT=3500
restart: unless-stopped
networks:
- bizmatch
@ -19,7 +20,7 @@ services:
- gitea-data:/data
- ./gitea/gitea-ssh:/data/git/.ssh
ports:
- "3000:3000"
- "3500:3500"
- "2222:22"
db: