chore: commit all modified and untracked stacks
This commit is contained in:
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