mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-17 18:32:35 +00:00
Fix heroku not being able to launch.
This commit is contained in:
parent
2bc97a2643
commit
06bb1f8b98
2 changed files with 8 additions and 2 deletions
deploy
|
@ -30,3 +30,6 @@ export EMAIL_SMTP_PASSWORD=$MAILGUN_SMTP_PASSWORD
|
|||
# so we can setup the DATA_DIR.
|
||||
DOCKER_USER=$(whoami)
|
||||
export DOCKER_USER
|
||||
|
||||
# We must run the caddy user as the docker user to prevent supervisord errors
|
||||
export BASEROW_CADDY_USER="${BASEROW_CADDY_USER:-$DOCKER_USER}"
|
||||
|
|
|
@ -22,3 +22,6 @@ export EMAIL_SMTP="false"
|
|||
# so we can setup the DATA_DIR.
|
||||
DOCKER_USER=$(whoami)
|
||||
export DOCKER_USER
|
||||
|
||||
# We must run the caddy user as the docker user to prevent supervisord errors
|
||||
export BASEROW_CADDY_USER="${BASEROW_CADDY_USER:-$DOCKER_USER}"
|
||||
|
|
Loading…
Add table
Reference in a new issue