Add stripe-mock to docker compose configuration (#34732)

Release Notes:

- N/A
This commit is contained in:
Michael Sloan 2025-07-18 12:58:55 -06:00 committed by GitHub
parent 7b6b75b63f
commit d197c96cdc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,5 +59,11 @@ services:
depends_on:
- postgres
stripe-mock:
image: stripe/stripe-mock:v0.184.0
ports:
- 12111:12111
- 12112:12112
volumes:
postgres_data: