mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
alias
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user