mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 05:09:38 +02:00
Update docker compose example with fixed storage volume (#950)
This commit is contained in:
parent
cc6bf6e961
commit
36cccefb2a
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,7 @@ services:
|
||||||
image: ghcr.io/maybe-finance/maybe:latest
|
image: ghcr.io/maybe-finance/maybe:latest
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./storage:/rails/storage
|
- app-storage:/rails/storage
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
|
@ -70,4 +70,5 @@ services:
|
||||||
retries: 5
|
retries: 5
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
app-storage:
|
||||||
postgres-data:
|
postgres-data:
|
Loading…
Add table
Add a link
Reference in a new issue