fix: add volumes to example yml

This commit is contained in:
Lys 2023-10-15 18:13:12 +03:00
parent e7cf5063af
commit 05b2c3b662
Signed by: lyssieth
GPG key ID: 769588042AB2C88F

View file

@ -11,6 +11,9 @@ services:
image: forge.lys.ee/lyssieth/rave:amd64
environment:
DATABASE_URL: postgresql://postgres:postgres@db/rave
volumes:
- ./storage:/storage:ro
- ./cache:/cache:rw
ports:
- 8000:1234
depends_on: