1
0
Fork 0

gotify init

This commit is contained in:
Pratham Patel 2022-12-02 16:01:12 +05:30
parent b619c77867
commit 2fd916df1a
2 changed files with 25 additions and 3 deletions

View File

@ -118,6 +118,12 @@ cockpit.thefossguy.com {
}
notify.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
reverse_proxy gotify-akashvani:80
}
torr.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
basicauth {

View File

@ -27,6 +27,7 @@ services:
- thefossguy-blog
- nextcloud-web
- thefossguy-mach
- gotify-server
- transmission-raadhe
@ -185,14 +186,29 @@ services:
- TZ=Asia/Kolkata
gotify-server:
image: docker.io/gotify/server-arm64:latest
container_name: gotify-akashvani
restart: always
ports:
- "8050:80"
volumes:
- /trayimurti/containers/volumes/gotify:/app/data:Z
labels:
- io.containers.autoupdate=registry
- pratham.container.category=gotify
environment:
- TZ=Asia/Kolkata
transmission-web:
image: lscr.io/linuxserver/transmission:latest
container_name: transmission-raadhe
restart: always
ports:
- "8050:9091" # transmission web-ui
- "8051:51413" # torrent port TCP
- "8052:51413/udp" # torrent port UDP
- "8060:9091" # transmission web-ui
- "8061:51413" # torrent port TCP
- "8062:51413/udp" # torrent port UDP
volumes:
- /trayimurti/torrents/downloads:/downloads:Z
- /trayimurti/torrents/config:/config:Z