diff --git a/server/compose.yaml b/server/compose.yaml index 6972fc364..a7d5a2c39 100644 --- a/server/compose.yaml +++ b/server/compose.yaml @@ -17,6 +17,7 @@ services: - custom-logs:/var/logs - ./museum.yaml:/museum.yaml:ro - ./scripts/compose/credentials.yaml:/credentials.yaml:ro + - ./data:/data:ro networks: - internal diff --git a/web/apps/payments/README.md b/web/apps/payments/README.md index 9e64a3900..6410f0451 100644 --- a/web/apps/payments/README.md +++ b/web/apps/payments/README.md @@ -76,6 +76,9 @@ stripe: cancel: ?status=fail&reason=canceled ``` +Make sure you have test plans available for museum to use, by placing them in +(say) `server/data/billing/us-testing.json`. + Finally, start museum, for example: ```