Add .env to .gitignore and update docker-compose.yml to expose MongoDB port

This commit is contained in:
omri zaher 2025-09-21 11:34:05 +03:00
parent c1336fc908
commit 298a78cbc3
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View file

@ -58,3 +58,4 @@ pip-delete-this-directory.txt
.coverage
htmlcov/
*.pem
*.env

View file

@ -8,6 +8,8 @@ services:
- wekan-tier
expose:
- 27017
ports:
- 27017:27017
volumes:
- /etc/localtime:/etc/localtime:ro
- wekan-db:/data/db