Add stripe-mock to docker compose configuration (#34732)
Release Notes: - N/A
This commit is contained in:
parent
7b6b75b63f
commit
d197c96cdc
1 changed files with 6 additions and 0 deletions
|
@ -59,5 +59,11 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
|
|
||||||
|
stripe-mock:
|
||||||
|
image: stripe/stripe-mock:v0.184.0
|
||||||
|
ports:
|
||||||
|
- 12111:12111
|
||||||
|
- 12112:12112
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
postgres_data:
|
postgres_data:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue