Allow billing plans to be mounted into the Docker container if needed
This commit is contained in:
@@ -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:
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user