25 lines
574 B
YAML
25 lines
574 B
YAML
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
|