1
0
Fork 0
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:
Zach Gollwitzer 2024-07-05 14:16:02 -04:00 committed by GitHub
parent cc6bf6e961
commit 36cccefb2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@ services:
image: ghcr.io/maybe-finance/maybe:latest
volumes:
- ./storage:/rails/storage
- app-storage:/rails/storage
ports:
- 3000:3000
@ -70,4 +70,5 @@ services:
retries: 5
volumes:
app-storage:
postgres-data: