chore: add docker compose volume for media files (#736)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
.github
|
||||
.gitignore
|
||||
*.md
|
||||
LICENSE
|
||||
docker-compose.yaml
|
||||
@@ -11,6 +11,7 @@ services:
|
||||
command: sh ./entrypoint.sh
|
||||
volumes:
|
||||
- ./horilla:/app/horilla
|
||||
- ./media:/app/media
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user