fix(dev): Remove duplicate definition of MEDIA_ROOT from compose file

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2533>
This commit is contained in:
Georg Krause 2023-07-25 11:09:48 +02:00 committed by Georg Krause
parent 16f8d43fe5
commit e0e10f3005
1 changed files with 0 additions and 2 deletions

View File

@ -71,7 +71,6 @@ services:
- "DATABASE_URL=postgresql://postgres@postgres/postgres"
- "CACHE_URL=redis://redis:6379/0"
- "STATIC_ROOT=/staticfiles"
- "MEDIA_ROOT=/data/media"
depends_on:
- postgres
@ -103,7 +102,6 @@ services:
- "FUNKWHALE_PROTOCOL=${FUNKWHALE_PROTOCOL-http}"
- "DATABASE_URL=postgresql://postgres@postgres/postgres"
- "CACHE_URL=redis://redis:6379/0"
- "MEDIA_ROOT=/data/media"
volumes:
- ./api:/app
- "${MUSIC_DIRECTORY_SERVE_PATH-./data/music}:/music:ro"