Change default container name

This commit is contained in:
2026-02-07 11:39:41 -07:00
parent 8d5f7c480a
commit 99ebb0471e

View File

@@ -10,7 +10,7 @@ from datetime import datetime, timedelta, timezone
import aiodocker import aiodocker
NAVIDROME_CONTAINER = os.environ.get('NAVIDROME_CONTAINER', 'navidrome-1') NAVIDROME_CONTAINER = os.environ.get('NAVIDROME_CONTAINER', 'navidrome-navidrome-1')
STAR_UNSTAR_WINDOW = timedelta(seconds=4) STAR_UNSTAR_WINDOW = timedelta(seconds=4)
# A dictionary to store the timestamp of when a song was starred. # A dictionary to store the timestamp of when a song was starred.