From 2b379640caeb5a5573036c7b38cb48a8182bb0ba Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Thu, 28 Mar 2024 13:07:12 +0530 Subject: [PATCH] Allow billing plans to be mounted into the Docker container if needed --- server/compose.yaml | 1 + web/apps/payments/README.md | 3 +++ 2 files changed, 4 insertions(+) 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: ```