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:
Michael Sloan created
Release Notes:
- N/A
compose.yml | 6 ++++++
1 file changed, 6 insertions(+)
@@ -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: