This commit is contained in:
2025-03-23 16:24:50 +01:00
parent 54149deda8
commit 49aaf5bb25
31 changed files with 1558 additions and 1721 deletions

View File

@ -1,43 +1,41 @@
---
networks:
net: null
services:
gotify:
container_name: gotify
env_file:
- stack.env
hostname: gotify
image: ${DOCKER_REGISTRY:-}gotify/server
labels:
wud.watch.digest: true
networks:
- net
ports:
- 8010:80
restart: unless-stopped
security_opt:
- no-new-privileges:true
networks:
- net
ports:
- "8010:80"
- no-new-privileges:true
volumes:
- /share/docker_data/gotify/data:/app/data
env_file:
- stack.env
- /share/docker_data/gotify/data:/app/data
igotify:
container_name: igotify
env_file:
- stack.env
hostname: igotify
image: ${DOCKER_REGISTRY:-}ghcr.io/androidseb25/igotify-notification-assist:latest
labels:
wud.watch.digest: true
networks:
- net
ports:
- 8681:8080
pull_policy: always
restart: unless-stopped
security_opt:
- no-new-privileges:true
pull_policy: always
networks:
- net
ports:
- "8681:8080"
- no-new-privileges:true
volumes:
- /share/docker_data/igotify/data:/app/data
env_file:
- stack.env
networks:
net:
- /share/docker_data/igotify/data:/app/data
volumes:
data:
api-data:
api-data: null
data: null