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,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
|
||||
|
Reference in New Issue
Block a user