Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BSMNT-138: Upgrade postgres dev to prod version (v12) #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ latest (unreleased)

**Build**

* BSMNT-138 Upgrade postgres dev to prod version (v12)

**Documentation**
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,12 @@ services:
MARABUNTA_ALLOW_SERIE: 'True' # should not be set in production

db:
image: camptocamp/postgres:9.5
image: camptocamp/postgres:12-postgis3
command: -c shared_buffers=256MB -c maintenance_work_mem=256MB -c wal_buffers=8MB -c effective_cache_size=1024MB
ports:
- 5432
environment:
POSTGRES_INITDB_ARGS: --encoding=UTF-8 --lc-collate=C --lc-ctype=C
POSTGRES_USER: odoo
POSTGRES_PASSWORD: odoo
volumes:
Expand Down