Adding missing env var in Dockerfile

This commit is contained in:
Stéphane Bidoul 2022-01-30 14:09:19 +01:00
parent b7906786bb
commit a42dea1054
No known key found for this signature in database
GPG key ID: BCAB2555446B5B92

View file

@ -20,6 +20,7 @@ ENV RUNBOAT_BUILD_ENV='{"PGHOST": "postgres14.runboat-builds-db", "PGPORT": "543
ENV RUNBOAT_BUILD_SECRET_ENV='{"PGPASSWORD": "..."}' ENV RUNBOAT_BUILD_SECRET_ENV='{"PGPASSWORD": "..."}'
ENV RUNBOAT_BUILD_TEMPLATE_VARS='{}' ENV RUNBOAT_BUILD_TEMPLATE_VARS='{}'
ENV RUNBOAT_GITHUB_TOKEN= ENV RUNBOAT_GITHUB_TOKEN=
ENV RUNBOAT_GITHUB_WEBHOOK_SECRET=
ENV RUNBOAT_BASE_URL=https://runboat.example.com ENV RUNBOAT_BASE_URL=https://runboat.example.com
ENV RUNBOAT_ADDITIONAL_FOOTER_HTML='' ENV RUNBOAT_ADDITIONAL_FOOTER_HTML=''