mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Removed MAIL-Vars for DEV, Add PATH to ENV
This commit is contained in:
parent
dbdb26a044
commit
03bea6e406
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