Add DISABLE_SPRING environment variable to gitpod forem server task (#15807)

https://www.gitpod.io/docs/environment-variables#terminal-specific-environment-variables

Without this I'm seeing the ENV["APP_DOMAIN"] not set when spring is
loaded (this prevents browsing the site from within gitpod).
This commit is contained in:
Daniel Uber 2021-12-16 15:24:22 -06:00 committed by GitHub
parent d2bf8e9b77
commit 7b5d90d252
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,8 @@ ports:
tasks:
- name: Forem Server
env:
DISABLE_SPRING: 1
before: >
redis-server &
gp await-port 5432 &&