fix: add volumes to example yml
This commit is contained in:
parent
e7cf5063af
commit
05b2c3b662
1 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue