templates/docker-compose/docker-compose.yml - remove mopidy

This commit is contained in:
Nick Stokoe
2024-01-02 14:12:35 +00:00
parent 598c215a5a
commit 8ae5a1aa60

View File

@@ -166,29 +166,29 @@ services:
- MINIDLNA_MEDIA_DIR_2=V,/media/video - MINIDLNA_MEDIA_DIR_2=V,/media/video
- MINIDLNA_FRIENDLY_NAME=MiniDLNA@Snackpot - MINIDLNA_FRIENDLY_NAME=MiniDLNA@Snackpot
mopidy: # mopidy:
build: ./mopidy # build: ./mopidy
ports: # ports:
- "6600:6600" # - "6600:6600"
- "6680:6680" # - "6680:6680"
- "8000:8000" # - "8000:8000"
extra_hosts: # extra_hosts:
- "snackpot:host-gateway" # - "snackpot:host-gateway"
volumes: # volumes:
# Makes mopidy data persistent # # Makes mopidy data persistent
- mopidy_data:/data # - mopidy_data:/data
# Add local music folder # # Add local music folder
- minidlna_data:/music:ro # - minidlna_data:/music:ro
networks: # networks:
default: # default:
devices: # devices:
- /dev/snd # - /dev/snd
restart: always # restart: always
upmpdcli: upmpdcli:
build: ./upmpdcli build: ./upmpdcli
depends_on: # depends_on:
- mopidy # - mopidy
networks: networks:
default: default:
lan: # Static ip for the container on the macvlan net lan: # Static ip for the container on the macvlan net