mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Added environment variables for web-api user/pass (#131)
This commit is contained in:
parent
c4104806c3
commit
4a424096f2
1 changed files with 9 additions and 0 deletions
|
@ -81,6 +81,15 @@ COPY ${baseDir}/init_scripts/ /etc/my_init.d/
|
|||
RUN cd /var/www && node git-revision > revisions.txt
|
||||
|
||||
|
||||
# Set Environment Variables
|
||||
# --------------------------------
|
||||
ENV WEB_API_USER "sharelatex"
|
||||
# password is regenerated in init_scripts/00_regen_sharelatex_secrets.sh
|
||||
ENV WEB_API_PASSWORD "password"
|
||||
|
||||
ENV SHARELATEX_APP_NAME "Overleaf Community Edition"
|
||||
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
WORKDIR /
|
||||
|
|
Loading…
Reference in a new issue