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
|
command: sh ./entrypoint.sh
|
||||||
volumes:
|
volumes:
|
||||||
- ./horilla:/app/horilla
|
- ./horilla:/app/horilla
|
||||||
|
- ./media:/app/media
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
Reference in New Issue
Block a user