Allow billing plans to be mounted into the Docker container if needed
This commit is contained in:
parent
8cd725978a
commit
2b379640ca
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue