Files
music_library/compose.yaml
T
Claudio Ortolina 57dfd3d33d Remove ErrorTracker
Doesn't work with recent LiveView releases, and seems to be maintained
very slowly despite incoming PRs to fix the issues.
2025-10-03 10:15:23 +03:00

39 lines
891 B
YAML

services:
web:
build:
context: .
secrets:
- FLUXON_KEY_FINGERPRINT
- FLUXON_LICENSE_KEY
image: fullyforged/music_library:latest
ports:
- 8080
environment:
- API_TOKEN
- BACKGROUND_DATABASE_PATH
- CLOAK_ENCRIPTION_KEY
- DATABASE_PATH
- DISCOGS_PERSONAL_ACCESS_TOKEN
- LAST_FM_API_KEY
- LAST_FM_SHARED_SECRET
- LAST_FM_USER
- LOGIN_PASSWORD
- MIX_ENV
- OPENAI_KEY
- POOL_SIZE
- PORT
- SECRET_KEY_BASE
- TIMEZONE
volumes:
- /data/coolify/applications/music-library:/mnt/music_library
healthcheck:
test: ["CMD-SHELL", "bin/music_library pid"]
interval: 10s
timeout: 20s
retries: 10
secrets:
FLUXON_KEY_FINGERPRINT:
environment: FLUXON_KEY_FINGERPRINT
FLUXON_LICENSE_KEY:
environment: FLUXON_LICENSE_KEY