Compare commits

..

8 Commits

Author SHA1 Message Date
c4aff80566 alias 2025-11-18 16:57:18 +01:00
2e6ab18df8 alias 2025-11-18 16:52:34 +01:00
03be5a8916 alias 2025-11-18 16:49:41 +01:00
b644b36d06 alias 2025-11-18 16:48:10 +01:00
f71ca15c11 alias 2025-11-18 16:41:32 +01:00
d9092ebaa3 alias 2025-11-18 12:36:36 +01:00
09460a2637 alias 2025-11-18 11:32:22 +01:00
4e7160d332 alias 2025-11-18 11:32:15 +01:00
8 changed files with 35 additions and 21 deletions

View File

@@ -168,6 +168,14 @@ services:
com.centurylinklabs.watchtower.enable: true
wud.watch: true
wud.watch.digest: true
homepage.group: Smarthome
homepage.name: music-assistant
homepage.weight: 1
homepage.icon: music-assistant.png
homepage.href: https://music.sectorq.eu
homepage.description: Music
homepage.server: my-docker
homepage.container: music-assistant-server
influxdb:
ports:
- 8086:8086

3
motioneye/.env Executable file
View File

@@ -0,0 +1,3 @@
APPNAME=motioneye
DOCKER_REGISTRY=r.sectorq.eu/library/
RESTART=always

View File

@@ -23,5 +23,6 @@ services:
- 8765:8765
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- /share/docker_data/motioneye/etc_motioneye:/etc/motioneye
- /share/docker_data/motioneye/var_lib_motioneye:/var/lib/motioneye

1
nebula/.env Executable file
View File

@@ -0,0 +1 @@
APPNAME=nebula

17
nebula/docker-compose.yml Executable file
View File

@@ -0,0 +1,17 @@
services:
nebula-sync:
image: ghcr.io/lovelaze/nebula-sync:latest
container_name: nebula-sync
environment:
- PRIMARY=http://192.168.77.101:9380|l4c1j4yd33Du5lo
- REPLICAS=http://192.168.77.238:9380|l4c1j4yd33Du5lo,http://192.168.77.106:9380|l4c1j4yd33Du5lo
- CLIENT_SKIP_TLS_VERIFICATION=true
- FULL_SYNC=true
- RUN_GRAVITY=true
- CRON=0 * * * *
labels:
wud.watch: true
wud.watch.digest: true
restart: always

3
ollama/.env Executable file
View File

@@ -0,0 +1,3 @@
APPNAME=nextcloud
RESTART=always
DOCKER_REGISTRY=r.sectorq.eu/library/

View File

@@ -1,8 +1,8 @@
services:
ollama:
image: ollama/ollama:rocm
image: ${DOCKER_REGISTRY:-}ollama/ollama:rocm
container_name: ollama
restart: unless-stopped
restart: ${RESTART:-unless-stopped}
devices:
- "/dev/kfd"
- "/dev/dri"

View File

@@ -20,25 +20,6 @@ services:
# labels:
# wud.watch: true
# wud.watch.digest: true
nebula-sync:
image: ghcr.io/lovelaze/nebula-sync:latest
container_name: nebula-sync
environment:
- PRIMARY=http://192.168.77.101:9380|l4c1j4yd33Du5lo
- REPLICAS=http://192.168.77.238:9380|l4c1j4yd33Du5lo,http://192.168.77.106:9380|l4c1j4yd33Du5lo
- CLIENT_SKIP_TLS_VERIFICATION=true
- FULL_SYNC=true
- RUN_GRAVITY=true
- CRON=0 * * * *
labels:
wud.watch: true
wud.watch.digest: true
networks:
pihole:
ipv4_address: 192.168.78.253
restart: always
pihole:
cap_add:
- NET_ADMIN