mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 18:34:53 +01:00
Compare commits
8 Commits
46f865a292
...
c4aff80566
| Author | SHA1 | Date | |
|---|---|---|---|
| c4aff80566 | |||
| 2e6ab18df8 | |||
| 03be5a8916 | |||
| b644b36d06 | |||
| f71ca15c11 | |||
| d9092ebaa3 | |||
| 09460a2637 | |||
| 4e7160d332 |
@@ -168,6 +168,14 @@ services:
|
|||||||
com.centurylinklabs.watchtower.enable: true
|
com.centurylinklabs.watchtower.enable: true
|
||||||
wud.watch: true
|
wud.watch: true
|
||||||
wud.watch.digest: 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:
|
influxdb:
|
||||||
ports:
|
ports:
|
||||||
- 8086:8086
|
- 8086:8086
|
||||||
3
motioneye/.env
Executable file
3
motioneye/.env
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
APPNAME=motioneye
|
||||||
|
DOCKER_REGISTRY=r.sectorq.eu/library/
|
||||||
|
RESTART=always
|
||||||
@@ -23,5 +23,6 @@ services:
|
|||||||
- 8765:8765
|
- 8765:8765
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /share/docker_data/motioneye/etc_motioneye:/etc/motioneye
|
- /share/docker_data/motioneye/etc_motioneye:/etc/motioneye
|
||||||
- /share/docker_data/motioneye/var_lib_motioneye:/var/lib/motioneye
|
- /share/docker_data/motioneye/var_lib_motioneye:/var/lib/motioneye
|
||||||
|
|||||||
1
nebula/.env
Executable file
1
nebula/.env
Executable file
@@ -0,0 +1 @@
|
|||||||
|
APPNAME=nebula
|
||||||
17
nebula/docker-compose.yml
Executable file
17
nebula/docker-compose.yml
Executable 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
3
ollama/.env
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
APPNAME=nextcloud
|
||||||
|
RESTART=always
|
||||||
|
DOCKER_REGISTRY=r.sectorq.eu/library/
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
services:
|
services:
|
||||||
ollama:
|
ollama:
|
||||||
image: ollama/ollama:rocm
|
image: ${DOCKER_REGISTRY:-}ollama/ollama:rocm
|
||||||
container_name: ollama
|
container_name: ollama
|
||||||
restart: unless-stopped
|
restart: ${RESTART:-unless-stopped}
|
||||||
devices:
|
devices:
|
||||||
- "/dev/kfd"
|
- "/dev/kfd"
|
||||||
- "/dev/dri"
|
- "/dev/dri"
|
||||||
|
|||||||
@@ -20,25 +20,6 @@ services:
|
|||||||
# labels:
|
# labels:
|
||||||
# wud.watch: true
|
# wud.watch: true
|
||||||
# wud.watch.digest: 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:
|
pihole:
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
|
|||||||
Reference in New Issue
Block a user