Add watchtower and gotify, as well as tweak some services

This commit is contained in:
2024-05-29 10:11:25 -03:00
parent 0f8d48b1cf
commit e2f291518f
4 changed files with 41 additions and 0 deletions

16
gotify/docker-compose.yml Normal file
View File

@ -0,0 +1,16 @@
version: "3"
services:
gotify:
container_name: gotify
hostname: gotify.local
image: gotify/server
ports:
- 8085:80
volumes:
- "/docker/appdata/gotify/data:/app/data"
networks:
default:
name: "ubuntu-server"
external: true