Make payments dependency injected based on the .env settings

This commit is contained in:
2025-06-20 18:31:18 -07:00
parent c4ad0f2c10
commit fb2a2c6ae9
8 changed files with 111 additions and 83 deletions
+2
View File
@@ -5,7 +5,9 @@ services:
image: mistox-website:latest
restart: always
environment:
- PaymentService=${Payment_Service}
- StripeKey=${Stripe_Key}
- StripeEndpointSecret=&{Stripe_Endpoint_Secret}
- MySQLServer=${MySQL_Server}
- MySQLUser=${MySQL_User}
- MySQLPass=${MySQL_Pass}