add folder for playlists api 3
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -17,4 +17,4 @@ logs
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
.fleet
|
.fleet
|
||||||
.idea
|
.idea
|
||||||
|
mnt
|
||||||
@@ -10,7 +10,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "${PORT}:${PORT_EXPOSED}"
|
- "${PORT}:${PORT_EXPOSED}"
|
||||||
volumes:
|
volumes:
|
||||||
- $MEDIA_DIR:/mnt/media
|
- $MEDIA_DIR:/app/mnt/media
|
||||||
environment:
|
environment:
|
||||||
VIRTUAL_HOST: "${DOMAIN}"
|
VIRTUAL_HOST: "${DOMAIN}"
|
||||||
LETSENCRYPT_HOST: "${DOMAIN}"
|
LETSENCRYPT_HOST: "${DOMAIN}"
|
||||||
|
|||||||
Reference in New Issue
Block a user