Compare commits

...

11 Commits

Author SHA1 Message Date
378d6ecb4e alias 2025-03-10 20:59:43 +01:00
bdebd7b7a4 alias 2025-03-10 20:55:42 +01:00
fa772b0574 alias 2025-03-10 20:51:09 +01:00
82dc5ef078 alias 2025-03-10 20:50:26 +01:00
7c18af66f3 alias 2025-03-10 20:49:13 +01:00
9f0dec7ea2 alias 2025-03-10 19:57:18 +01:00
3cb2c65cfe alias 2025-03-10 19:51:19 +01:00
1b9a1e546d alias 2025-03-10 19:40:46 +01:00
e8f6d74dd6 alias 2025-03-10 19:32:11 +01:00
f9a6e64637 alias 2025-03-10 19:29:21 +01:00
fec7e4d7ff alias 2025-03-10 18:04:41 +01:00
6 changed files with 13 additions and 9 deletions

View File

@ -8,7 +8,7 @@ services:
- GOTIFY_DEFAULTUSER_PASS='admin'
volumes:
- /share/docker_data/gotify/data:/app/data
image: gotify/server
image: ${DOCKER_REGISTRY:-}gotify/server
labels:
- com.centurylinklabs.watchtower.enable=true
- homepage.group=Utilities

View File

@ -1,10 +1,9 @@
version: '3.8'
---
services:
gotify:
container_name: gotify
hostname: gotify
image: gotify/server
image: ${DOCKER_REGISTRY:-}gotify/server
restart: unless-stopped
security_opt:
- no-new-privileges:true
@ -21,7 +20,7 @@ services:
igotify:
container_name: igotify
hostname: igotify
image: ghcr.io/androidseb25/igotify-notification-assist:latest
image: ${DOCKER_REGISTRY:-}ghcr.io/androidseb25/igotify-notification-assist:latest
restart: unless-stopped
security_opt:
- no-new-privileges:true

View File

@ -1,4 +1,4 @@
GOTIFY_URLS=https://gotify.sectorq.eu
GOTIFY_CLIENT_TOKENS=CgLGTNt1WeZYQks
GOTIFY_CLIENT_TOKENS=CTnyOCeAbc9gUYe
SECNTFY_TOKENS=NTFY-DEVICE-CIrIeIoagAdUFwI8uOZlo6Qd9b3OF1x1NSpdns6mlImvzb4X0kI
GOTIFY_DEFAULTUSER_PASS=l4c1j4yd33Du5lo

View File

@ -65,14 +65,14 @@ services:
redis:
container_name: immich_redis
image: ${DOCKER_REGISTRY:-}docker.io/redis:6.2-alpine@sha256:905c4ee67b8e0aa955331960d2aa745781e6bd89afc44a8584bfd13bc890f0ae
image: ${DOCKER_REGISTRY:-}docker.io/redis:6.2-alpine
healthcheck:
test: redis-cli ping || exit 1
restart: ${restart:-always}
database:
container_name: immich_postgres
image: ${DOCKER_REGISTRY:-}docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0
image: ${DOCKER_REGISTRY:-}docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0
env_file:
- stack.env
environment:

View File

@ -22,7 +22,7 @@ WUD_TRIGGER_GOTIFY_EXTERNAL_PRIORITY=1
WUD_TRIGGER_GOTIFY_EXTERNAL_TOKEN=AjmU9gGFMrbmQtb
WUD_TRIGGER_GOTIFY_EXTERNAL_URL=https://gotify.sectorq.eu/
WUD_TRIGGER_GOTIFY_EXTERNAL_MODE=simple
WUD_TRIGGER_GOTIFY_EXTERNAL_ONCE=false
WUD_TRIGGER_GOTIFY_EXTERNAL_ONCE=true
# NTFY
#WUD_TRIGGER_NTFY_MSERVER_URL=https://ntfy.sectorq.eu

View File

@ -9,6 +9,10 @@ services:
depends_on:
- db-server
restart: unless-stopped
logging:
driver: loki
options:
loki-url: "http://192.168.77.101:3100/loki/api/v1/push"
labels:
- com.centurylinklabs.watchtower.enable=true
- homepage.group=Utilities
@ -57,6 +61,7 @@ services:
restart: unless-stopped
labels:
com.centurylinklabs.watchtower.enable: true
wud.watch: false
networks:
zabbix:
ipv4_address: 192.168.89.4