Final working version: playlist API, persistent data, and deployment fixes

This commit is contained in:
DigiServer Developer
2025-08-25 16:40:17 +03:00
parent 6cefce81ef
commit 505c8e268c
8 changed files with 1 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ services:
- SECRET_KEY=Ma_Duc_Dupa_Merele_Lui_Ana
volumes:
# Bind mount the app folder for easier development and debugging
- ./app:/app
- ./data:/app
restart: unless-stopped
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:5000/"]