This commit is contained in:
2025-03-10 20:49:13 +01:00
parent 9f0dec7ea2
commit 7c18af66f3

View File

@ -1,6 +1,7 @@
--- ---
services: services:
gotify: gotify:
container_name: gotify
hostname: gotify hostname: gotify
image: ${DOCKER_REGISTRY:-}gotify/server image: ${DOCKER_REGISTRY:-}gotify/server
restart: unless-stopped restart: unless-stopped
@ -17,6 +18,7 @@ services:
- stack.env - stack.env
igotify: igotify:
container_name: igotify
hostname: igotify hostname: igotify
image: ${DOCKER_REGISTRY:-}ghcr.io/androidseb25/igotify-notification-assist:latest image: ${DOCKER_REGISTRY:-}ghcr.io/androidseb25/igotify-notification-assist:latest
restart: unless-stopped restart: unless-stopped
@ -30,7 +32,8 @@ services:
volumes: volumes:
- /share/docker_data/igotify/data:/app/data - /share/docker_data/igotify/data:/app/data
env_file: env_file:
- stack.env - stack.env
networks: networks:
net: net: