You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
427 B
16 lines
427 B
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: navidrome_server_1
|
|
APP_PORT: 4533
|
|
PROXY_AUTH_ADD: "false"
|
|
|
|
server:
|
|
image: deluan/navidrome:0.53.1@sha256:40e53100217d57ec04199fbdd4ca3176aa4e556a73e63862dae4d5bc4763ccca
|
|
restart: on-failure
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data:/data
|
|
- ${UMBREL_ROOT}/data/storage/downloads/music:/music
|