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

Michael Sloan created

Release Notes:

- N/A

Change summary

compose.yml | 6 ++++++
1 file changed, 6 insertions(+)

Detailed changes

compose.yml 🔗

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