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:
parent
b2814a68d9
commit
d13a4ae154
|
@ -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
|
||||||
|
|
Reference in New Issue