change gitea port to 3500
This commit is contained in:
parent
9f62e5f3f9
commit
d83a03b455
|
|
@ -9,7 +9,7 @@ auth.bizmatch.net {
|
|||
}
|
||||
}
|
||||
git.bizmatch.net {
|
||||
reverse_proxy bizmatch:3000
|
||||
reverse_proxy bizmatch:3500
|
||||
tls {
|
||||
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue