change bizmatch to 127.0.0.1 & bizmatch network
This commit is contained in:
parent
acecb2eff8
commit
e60203c308
|
|
@ -30,7 +30,7 @@ auth.bizmatch.net {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
gitea.bizmatch.net {
|
gitea.bizmatch.net {
|
||||||
reverse_proxy bizmatch:3500
|
reverse_proxy 127.0.0.1:3500
|
||||||
tls {
|
tls {
|
||||||
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
|
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ services:
|
||||||
- GITEA__server__HTTP_PORT=3500
|
- GITEA__server__HTTP_PORT=3500
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- gitea
|
- bizmatch
|
||||||
volumes:
|
volumes:
|
||||||
- gitea-data:/data
|
- gitea-data:/data
|
||||||
#- ./gitea/gitea-ssh:/data/git/.ssh
|
#- ./gitea/gitea-ssh:/data/git/.ssh
|
||||||
|
|
@ -34,12 +34,12 @@ services:
|
||||||
- POSTGRES_DB=gitea
|
- POSTGRES_DB=gitea
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- gitea
|
- bizmatch
|
||||||
volumes:
|
volumes:
|
||||||
- gitea-db:/var/lib/postgresql/data
|
- gitea-db:/var/lib/postgresql/data
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
gitea:
|
bizmatch:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue