1
0
Fork 0

upgrade to postgres:15, add subdomain for gotify and remove auth for torrents

This commit is contained in:
Pratham Patel 2022-12-28 18:33:03 +05:30
parent 8d21ddabd9
commit 6d5874db94
2 changed files with 8 additions and 6 deletions

View File

@ -120,13 +120,15 @@ cockpit.thefossguy.com {
torr.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
basicauth {
}
reverse_proxy 10.0.0.14:9091
reverse_proxy transmission-raadhe:9091
}
uptime.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
reverse_proxy uptime-vishnu:3001
}
notify.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
reverse_proxy gotify-akashvani:80
}

View File

@ -71,7 +71,7 @@ services:
gitea-db:
image: docker.io/library/postgres:14-alpine
image: docker.io/library/postgres:15-alpine
container_name: gitea-chitragupta
restart: always
volumes:
@ -153,7 +153,7 @@ services:
nextcloud-db:
image: docker.io/library/postgres:14-alpine
image: docker.io/library/postgres:15-alpine
container_name: nextcloud-chitragupta
restart: always
volumes: