Skip to content

Commit

Permalink
Merge pull request #65 from openstreetmap-polska/dev
Browse files Browse the repository at this point in the history
Release to main
  • Loading branch information
Zaczero authored Feb 29, 2024
2 parents 11edde9 + 5023b2c commit c24dc92
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 deletions.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from sentry_sdk.integrations.pymongo import PyMongoIntegration

NAME = 'openaedmap-backend'
VERSION = '2.8.1'
VERSION = '2.8.2'
CREATED_BY = f'{NAME} {VERSION}'
WEBSITE = 'https://openaedmap.org'

Expand Down
11 changes: 10 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@ services:
db:
image: docker.io/library/mongo
restart: unless-stopped
command: ["mongod", "--bind_ip_all", "--setParameter", "transactionLifetimeLimitSeconds=90", "--replSet", "rs0"]
command: [
"mongod",
"--bind_ip_all",
"--setParameter",
"transactionLifetimeLimitSeconds=90",
"--wiredTigerCacheSizeGB",
"0.5", # 512MB
"--replSet",
"rs0",
]

volumes:
- ./data/db:/data/db
Expand Down
20 changes: 10 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c24dc92

Please sign in to comment.