mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Updated Install Wekan Docker in production (markdown)
parent
323bb822f1
commit
49ddbf617b
1 changed files with 3 additions and 2 deletions
|
|
@ -17,7 +17,8 @@ chmod +x /usr/local/bin/docker-compose
|
|||
|
||||
* Let say we create a dedicated user for Wekan : `sudo useradd -d /home/wekan -m -s /bin/bash wekan`
|
||||
* Add this user to the docker group: `sudo usermod -aG docker wekan`
|
||||
* Create the file `/home/wekan/docker-compose.yml` containing:
|
||||
* Create the file `/home/wekan/docker-compose.yml` containing following.
|
||||
* CHANGE ROOT_URL https://example.com TO YOUR REAL URL LIKE http://example.com , http://example.com/wekan , http://IP-ADDRESS-HERE OR SIMILAR.
|
||||
|
||||
|
||||
```yaml
|
||||
|
|
@ -46,7 +47,7 @@ services:
|
|||
- 8081:80
|
||||
environment:
|
||||
- MONGO_URL=mongodb://wekandb:27017/wekan
|
||||
- ROOT_URL=http://localhost
|
||||
- ROOT_URL=http://example.com
|
||||
- MAIL_URL=smtp://user:pass@mailserver.example.com:25/
|
||||
- MAIL_FROM=wekan-admin@example.com
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue