mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Merge branch 'master' of https://github.com/scherdel/wekan
This commit is contained in:
commit
92b86ada39
2 changed files with 2 additions and 3 deletions
|
|
@ -149,6 +149,8 @@ ENV PATH=$PATH:$HOME/.meteor/
|
||||||
# Copy source dir
|
# Copy source dir
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
|
RUN echo "export PATH=$PATH" > /etc/environment
|
||||||
|
|
||||||
RUN set -o xtrace \
|
RUN set -o xtrace \
|
||||||
&& mkdir /home/wekan/app
|
&& mkdir /home/wekan/app
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,9 +29,6 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- MONGO_URL=mongodb://wekandb-dev:27017/wekan
|
- MONGO_URL=mongodb://wekandb-dev:27017/wekan
|
||||||
- ROOT_URL=http://localhost:3000
|
- ROOT_URL=http://localhost:3000
|
||||||
#- MAIL_URL=smtp://user:pass@mailserver.example.com:25/
|
|
||||||
- MAIL_URL=smtp://<mail_url>:25/?ignoreTLS=true&tls={rejectUnauthorized:false}
|
|
||||||
- MAIL_FROM=Wekan Notifications <noreply.wekan@mydomain.com>
|
|
||||||
- WITH_API=true
|
- WITH_API=true
|
||||||
- RICHER_CARD_COMMENT_EDITOR=true
|
- RICHER_CARD_COMMENT_EDITOR=true
|
||||||
- BROWSER_POLICY_ENABLED=true
|
- BROWSER_POLICY_ENABLED=true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue