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
|
image: forge.lys.ee/lyssieth/rave:amd64
|
||||||
environment:
|
environment:
|
||||||
DATABASE_URL: postgresql://postgres:postgres@db/rave
|
DATABASE_URL: postgresql://postgres:postgres@db/rave
|
||||||
|
volumes:
|
||||||
|
- ./storage:/storage:ro
|
||||||
|
- ./cache:/cache:rw
|
||||||
ports:
|
ports:
|
||||||
- 8000:1234
|
- 8000:1234
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue