templates/docker-compose/docker-compose.yml - remove mopidy
This commit is contained in:
@@ -166,29 +166,29 @@ services:
|
||||
- MINIDLNA_MEDIA_DIR_2=V,/media/video
|
||||
- MINIDLNA_FRIENDLY_NAME=MiniDLNA@Snackpot
|
||||
|
||||
mopidy:
|
||||
build: ./mopidy
|
||||
ports:
|
||||
- "6600:6600"
|
||||
- "6680:6680"
|
||||
- "8000:8000"
|
||||
extra_hosts:
|
||||
- "snackpot:host-gateway"
|
||||
volumes:
|
||||
# Makes mopidy data persistent
|
||||
- mopidy_data:/data
|
||||
# Add local music folder
|
||||
- minidlna_data:/music:ro
|
||||
networks:
|
||||
default:
|
||||
devices:
|
||||
- /dev/snd
|
||||
restart: always
|
||||
# mopidy:
|
||||
# build: ./mopidy
|
||||
# ports:
|
||||
# - "6600:6600"
|
||||
# - "6680:6680"
|
||||
# - "8000:8000"
|
||||
# extra_hosts:
|
||||
# - "snackpot:host-gateway"
|
||||
# volumes:
|
||||
# # Makes mopidy data persistent
|
||||
# - mopidy_data:/data
|
||||
# # Add local music folder
|
||||
# - minidlna_data:/music:ro
|
||||
# networks:
|
||||
# default:
|
||||
# devices:
|
||||
# - /dev/snd
|
||||
# restart: always
|
||||
|
||||
upmpdcli:
|
||||
build: ./upmpdcli
|
||||
depends_on:
|
||||
- mopidy
|
||||
# depends_on:
|
||||
# - mopidy
|
||||
networks:
|
||||
default:
|
||||
lan: # Static ip for the container on the macvlan net
|
||||
|
||||
Reference in New Issue
Block a user