Skip to content

Commit

Permalink
Add POSTGRES_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
kmagusiak committed Jun 1, 2024
1 parent 5322096 commit 92f7111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
- db

db:
image: postgres:14
image: postgres:${POSTGRES_VERSION}
restart: unless-stopped
volumes:
- postgres_odoo:/var/lib/postgresql/data
Expand Down
1 change: 1 addition & 0 deletions scripts/env-template
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ODOO_VERSION=16.0
# DOCKER_BASE_IMAGE=

# PostgreSQL configuration
POSTGRES_VERSION=14
PGPASSWORD=odoo
PGUSER=odoo

Expand Down

0 comments on commit 92f7111

Please sign in to comment.