Author SHA1 Message Date
ammaratef45 936eca2835 chore: publish 0.3.0+0.60.3 release
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is failing
2026-02-10 18:39:39 -08:00
pharaohgraphy 96eff362f8 fix: remove outdated env var from drone.yml (#4)
continuous-integration/drone/push Build is passing
Seems to work fine now in CD on `main` ([see new version](https://recipes.coopcloud.tech/navidrome) `0.2.0` 🎉)

Reviewed-on: #4
Reviewed-by: decentral1se <decentral1se@noreply.git.coopcloud.tech>
Co-authored-by: Andrew <andrew@pharaohgraphy.com>
Co-committed-by: Andrew <andrew@pharaohgraphy.com>
2025-11-06 23:29:47 +00:00
+2 -2
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: deluan/navidrome:0.58.0
image: deluan/navidrome:0.60.3
networks:
- proxy
volumes:
@@ -27,7 +27,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=0.2.0+0.58.0"
- "coop-cloud.${STACK_NAME}.version=0.3.0+0.60.3"
networks:
proxy: