docker-compose.yml: mount static_volume for flower

Because flower also uses BookwyrmConfig, it wants to download fonts, and will download them to an
incorrect location if the static_volume is not mounted.
This commit is contained in:
Bart Schuurmans 2024-03-18 20:22:14 +01:00
parent 8cf52e0a77
commit 748418590f

View file

@ -91,6 +91,7 @@ services:
env_file: .env
volumes:
- .:/app
- static_volume:/app/static
networks:
- main
depends_on: