chore: add docker compose volume for media files (#736)

This commit is contained in:
Meilyand
2025-05-23 12:30:53 +07:00
committed by GitHub
parent 6a76abcc06
commit 745e2d68ea
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
.github
.gitignore
*.md
LICENSE
docker-compose.yaml

View File

@@ -11,6 +11,7 @@ services:
command: sh ./entrypoint.sh
volumes:
- ./horilla:/app/horilla
- ./media:/app/media
depends_on:
db:
condition: service_healthy