Add watchtower and gotify, as well as tweak some services
This commit is contained in:
16
gotify/docker-compose.yml
Normal file
16
gotify/docker-compose.yml
Normal 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
|
Reference in New Issue
Block a user