Skip to content

Commit

Permalink
Merge pull request OCA#433 from yvaucher/upgrade-dev-postgres-12
Browse files Browse the repository at this point in the history
BSMNT-138: Upgrade postgres dev to prod version (v12)
  • Loading branch information
yvaucher committed Oct 5, 2020
2 parents 032f9a7 + a59f122 commit b3e0cf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Latest (Unreleased)

**Build**

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

**Documentation**


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

db:
image: camptocamp/postgresql:pg9.5-latest
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

0 comments on commit b3e0cf3

Please sign in to comment.