-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yaml
More file actions
23 lines (23 loc) · 907 Bytes
/
Copy pathdocker-compose.yaml
File metadata and controls
23 lines (23 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
services:
beacon:
container_name: beacon
build: .
restart: unless-stopped
environment:
# See README.md's "Environment variables" section for what each
# of these does and when you'd need them.
# - NAVIDROME_INTERNAL_URL=http://localhost:4533
# - JELLYFIN_INTERNAL_URL=http://localhost:8096
# - CONNECT_TOKEN=change-me
# - SERVER_URL=https://navidrome.example.com
# - SERVER_LOCK=true
# - SERVER_TYPE=subsonic
# - WEB_PORT=7070
# - PORT=7071
# - LOG_LEVEL=debug
# Keeps AirPlay 2 pairings and (Jellyfin/Plex only) internet radio
# stations across container recreations/updates.
volumes:
- ./data:/data
# Required for Sonos/AirPlay/Chromecast mDNS discovery on the LAN.
network_mode: host