Add stripe's publishable key for Gatsby

This commit is contained in:
Michał Leszczyk 2022-04-15 23:16:15 +02:00
parent ea11c3de48
commit 581c93d0cd
No known key found for this signature in database
GPG Key ID: FA123CA8BAA2FBF4
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ services:
- .env
environment:
- GATSBY_PORTAL_DOMAIN=${PORTAL_DOMAIN}
- GATSBY_STRIPE_PUBLISHABLE_KEY=${STRIPE_PUBLISHABLE_KEY}
volumes:
- ./docker/data/dashboard-v2/.cache:/usr/app/.cache
- ./docker/data/dashboard-v2/public:/usr/app/public