mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
Compare commits
11 Commits
9d868c1969
...
378d6ecb4e
Author | SHA1 | Date | |
---|---|---|---|
378d6ecb4e | |||
bdebd7b7a4 | |||
fa772b0574 | |||
82dc5ef078 | |||
7c18af66f3 | |||
9f0dec7ea2 | |||
3cb2c65cfe | |||
1b9a1e546d | |||
e8f6d74dd6 | |||
f9a6e64637 | |||
fec7e4d7ff |
@ -8,7 +8,7 @@ services:
|
|||||||
- GOTIFY_DEFAULTUSER_PASS='admin'
|
- GOTIFY_DEFAULTUSER_PASS='admin'
|
||||||
volumes:
|
volumes:
|
||||||
- /share/docker_data/gotify/data:/app/data
|
- /share/docker_data/gotify/data:/app/data
|
||||||
image: gotify/server
|
image: ${DOCKER_REGISTRY:-}gotify/server
|
||||||
labels:
|
labels:
|
||||||
- com.centurylinklabs.watchtower.enable=true
|
- com.centurylinklabs.watchtower.enable=true
|
||||||
- homepage.group=Utilities
|
- homepage.group=Utilities
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
version: '3.8'
|
---
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gotify:
|
gotify:
|
||||||
container_name: gotify
|
container_name: gotify
|
||||||
hostname: gotify
|
hostname: gotify
|
||||||
image: gotify/server
|
image: ${DOCKER_REGISTRY:-}gotify/server
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
@ -21,7 +20,7 @@ services:
|
|||||||
igotify:
|
igotify:
|
||||||
container_name: igotify
|
container_name: igotify
|
||||||
hostname: igotify
|
hostname: igotify
|
||||||
image: ghcr.io/androidseb25/igotify-notification-assist:latest
|
image: ${DOCKER_REGISTRY:-}ghcr.io/androidseb25/igotify-notification-assist:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
GOTIFY_URLS=https://gotify.sectorq.eu
|
GOTIFY_URLS=https://gotify.sectorq.eu
|
||||||
GOTIFY_CLIENT_TOKENS=CgLGTNt1WeZYQks
|
GOTIFY_CLIENT_TOKENS=CTnyOCeAbc9gUYe
|
||||||
SECNTFY_TOKENS=NTFY-DEVICE-CIrIeIoagAdUFwI8uOZlo6Qd9b3OF1x1NSpdns6mlImvzb4X0kI
|
SECNTFY_TOKENS=NTFY-DEVICE-CIrIeIoagAdUFwI8uOZlo6Qd9b3OF1x1NSpdns6mlImvzb4X0kI
|
||||||
GOTIFY_DEFAULTUSER_PASS=l4c1j4yd33Du5lo
|
GOTIFY_DEFAULTUSER_PASS=l4c1j4yd33Du5lo
|
@ -65,14 +65,14 @@ services:
|
|||||||
|
|
||||||
redis:
|
redis:
|
||||||
container_name: immich_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:
|
healthcheck:
|
||||||
test: redis-cli ping || exit 1
|
test: redis-cli ping || exit 1
|
||||||
restart: ${restart:-always}
|
restart: ${restart:-always}
|
||||||
|
|
||||||
database:
|
database:
|
||||||
container_name: immich_postgres
|
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:
|
env_file:
|
||||||
- stack.env
|
- stack.env
|
||||||
environment:
|
environment:
|
||||||
|
@ -22,7 +22,7 @@ WUD_TRIGGER_GOTIFY_EXTERNAL_PRIORITY=1
|
|||||||
WUD_TRIGGER_GOTIFY_EXTERNAL_TOKEN=AjmU9gGFMrbmQtb
|
WUD_TRIGGER_GOTIFY_EXTERNAL_TOKEN=AjmU9gGFMrbmQtb
|
||||||
WUD_TRIGGER_GOTIFY_EXTERNAL_URL=https://gotify.sectorq.eu/
|
WUD_TRIGGER_GOTIFY_EXTERNAL_URL=https://gotify.sectorq.eu/
|
||||||
WUD_TRIGGER_GOTIFY_EXTERNAL_MODE=simple
|
WUD_TRIGGER_GOTIFY_EXTERNAL_MODE=simple
|
||||||
WUD_TRIGGER_GOTIFY_EXTERNAL_ONCE=false
|
WUD_TRIGGER_GOTIFY_EXTERNAL_ONCE=true
|
||||||
|
|
||||||
# NTFY
|
# NTFY
|
||||||
#WUD_TRIGGER_NTFY_MSERVER_URL=https://ntfy.sectorq.eu
|
#WUD_TRIGGER_NTFY_MSERVER_URL=https://ntfy.sectorq.eu
|
||||||
|
@ -9,6 +9,10 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- db-server
|
- db-server
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
logging:
|
||||||
|
driver: loki
|
||||||
|
options:
|
||||||
|
loki-url: "http://192.168.77.101:3100/loki/api/v1/push"
|
||||||
labels:
|
labels:
|
||||||
- com.centurylinklabs.watchtower.enable=true
|
- com.centurylinklabs.watchtower.enable=true
|
||||||
- homepage.group=Utilities
|
- homepage.group=Utilities
|
||||||
@ -57,6 +61,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
com.centurylinklabs.watchtower.enable: true
|
com.centurylinklabs.watchtower.enable: true
|
||||||
|
wud.watch: false
|
||||||
networks:
|
networks:
|
||||||
zabbix:
|
zabbix:
|
||||||
ipv4_address: 192.168.89.4
|
ipv4_address: 192.168.89.4
|
||||||
|
Reference in New Issue
Block a user