chore: commit all modified and untracked stacks
This commit is contained in:
@@ -18,7 +18,6 @@ services:
|
||||
ports:
|
||||
- "32400:32400/tcp"
|
||||
- "1900:1900/udp"
|
||||
- "5353:5353/udp"
|
||||
- "8324:8324/tcp"
|
||||
- "32410:32410/udp"
|
||||
- "32412:32412/udp"
|
||||
@@ -61,7 +60,7 @@ services:
|
||||
volumes:
|
||||
- /mnt/docker-ssd/docker/appdata/tautulli:/config
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:8181/ >/dev/null 2>&1 || exit 1"]
|
||||
test: ["CMD-SHELL", "curl -sf http://127.0.0.1:8181/ || exit 1"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
24
media/kima-hub/docker-compose.yaml
Normal file
24
media/kima-hub/docker-compose.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
services:
|
||||
kima-hub:
|
||||
image: ghcr.io/chevron7locked/kima:latest
|
||||
container_name: kima
|
||||
environment:
|
||||
- TZ=${TZ}
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
- KIMA_MUSIC_PATH=/music
|
||||
volumes:
|
||||
- /mnt/docker-ssd/docker/appdata/kima-hub/config:/app/config
|
||||
- /mnt/docker-ssd/docker/appdata/kima-hub/data:/app/data
|
||||
- /mnt/unraid/data/media:/music
|
||||
ports:
|
||||
- "3333:3333"
|
||||
networks:
|
||||
- pangolin
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
pangolin:
|
||||
external: true
|
||||
Reference in New Issue
Block a user