add folder for playlists api 3
All checks were successful
Deploy App / build (push) Successful in 1m7s
Deploy App / deploy (push) Successful in 16s

This commit is contained in:
valere
2025-10-04 01:17:24 +02:00
parent 83459227aa
commit c86e345117
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -17,4 +17,4 @@ logs
.DS_Store
.fleet
.idea
mnt

View File

@@ -10,7 +10,7 @@ services:
ports:
- "${PORT}:${PORT_EXPOSED}"
volumes:
- $MEDIA_DIR:/mnt/media
- $MEDIA_DIR:/app/mnt/media
environment:
VIRTUAL_HOST: "${DOMAIN}"
LETSENCRYPT_HOST: "${DOMAIN}"