mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-01 16:08:32 +02:00
alias
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
---
|
||||
services:
|
||||
gotify:
|
||||
container_name: gotify
|
||||
hostname: gotify
|
||||
image: ${DOCKER_REGISTRY:-}gotify/server
|
||||
restart: unless-stopped
|
||||
@ -17,6 +18,7 @@ services:
|
||||
- stack.env
|
||||
|
||||
igotify:
|
||||
container_name: igotify
|
||||
hostname: igotify
|
||||
image: ${DOCKER_REGISTRY:-}ghcr.io/androidseb25/igotify-notification-assist:latest
|
||||
restart: unless-stopped
|
||||
@ -30,7 +32,8 @@ services:
|
||||
volumes:
|
||||
- /share/docker_data/igotify/data:/app/data
|
||||
env_file:
|
||||
- stack.env
|
||||
- stack.env
|
||||
|
||||
|
||||
networks:
|
||||
net:
|
||||
|
Reference in New Issue
Block a user