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:
parent
d2bf8e9b77
commit
7b5d90d252
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ ports:
|
|||
|
||||
tasks:
|
||||
- name: Forem Server
|
||||
env:
|
||||
DISABLE_SPRING: 1
|
||||
before: >
|
||||
redis-server &
|
||||
gp await-port 5432 &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue