Allow billing plans to be mounted into the Docker container if needed

This commit is contained in:
Manav Rathi 2024-03-28 13:07:12 +05:30
parent 8cd725978a
commit 2b379640ca
No known key found for this signature in database
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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:
```