Don't pass GATSBY_ env vars to dashboard anymore (#2163)

* Don't pass GATSBY_ env vars to dashboard anymore

* Bump dashboard image to 2.0.0
This commit is contained in:
Michał Leszczyk 2022-07-11 11:03:19 +02:00 committed by GitHub
parent b2814a68d9
commit d13a4ae154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -59,15 +59,12 @@ services:
# build: # build:
# context: https://github.com/SkynetLabs/webportal-accounts-dashboard.git#main # context: https://github.com/SkynetLabs/webportal-accounts-dashboard.git#main
# dockerfile: Dockerfile # dockerfile: Dockerfile
image: skynetlabs/webportal-accounts-dashboard:1.1.2 image: skynetlabs/webportal-accounts-dashboard:2.0.0
container_name: dashboard container_name: dashboard
restart: unless-stopped restart: unless-stopped
logging: *default-logging logging: *default-logging
env_file: env_file:
- .env - .env
environment:
- GATSBY_PORTAL_DOMAIN=${PORTAL_DOMAIN}
- GATSBY_STRIPE_PUBLISHABLE_KEY=${STRIPE_PUBLISHABLE_KEY}
volumes: volumes:
- ./docker/data/dashboard/.cache:/usr/app/.cache - ./docker/data/dashboard/.cache:/usr/app/.cache
- ./docker/data/dashboard/public:/usr/app/public - ./docker/data/dashboard/public:/usr/app/public