Add navidrome-app
This commit is contained in:
28
Audio/Navidrome/docker-compose.yml
Normal file
28
Audio/Navidrome/docker-compose.yml
Normal file
@ -0,0 +1,28 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
||||
### navidrome
|
||||
navidrome:
|
||||
container_name: navidrome-app
|
||||
hostname: navidrome-app
|
||||
image: deluan/navidrome:latest
|
||||
ports:
|
||||
- "4533:4533"
|
||||
networks:
|
||||
- back_network
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TZ=Europe/Paris
|
||||
# Optional: put your config options customization here. Examples:
|
||||
- ND_SCANSCHEDULE: 1h
|
||||
- ND_LOGLEVEL: info
|
||||
- ND_SESSIONTIMEOUT: 24h
|
||||
- ND_BASEURL: ""
|
||||
volumes:
|
||||
- "./data:/data"
|
||||
- "./music:/music:ro"
|
Reference in New Issue
Block a user