mirror of
https://github.com/wekan/wekan.git
synced 2026-01-31 13:45:17 +01:00
Add .env to .gitignore and update docker-compose.yml to expose MongoDB port
This commit is contained in:
parent
c1336fc908
commit
298a78cbc3
2 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -58,3 +58,4 @@ pip-delete-this-directory.txt
|
|||
.coverage
|
||||
htmlcov/
|
||||
*.pem
|
||||
*.env
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@ services:
|
|||
- wekan-tier
|
||||
expose:
|
||||
- 27017
|
||||
ports:
|
||||
- 27017:27017
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- wekan-db:/data/db
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue