This commit is contained in:
2025-03-10 19:51:19 +01:00
parent 1b9a1e546d
commit 3cb2c65cfe

View File

@ -1,8 +1,6 @@
version: '3.8' ---
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
@ -19,7 +17,6 @@ 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