Skip to content

Commit

Permalink
[FIX] PG env use the DB_ vars like intended in the container
Browse files Browse the repository at this point in the history
  • Loading branch information
PierrickBrun authored Nov 30, 2021
1 parent 8bf2aaa commit 7c65814
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ services:
- DB_NAME=$PGDATABASE
- DB_USER=$PGUSER
- DB_PASSWORD=$PGPASSWORD
- PGHOST=$PGHOST
- PGDATABASE=$PGDATABASE
- PGUSER=$PGUSER
- PGPASSWORD=$PGPASSWORD
- SERVER_WIDE_MODULES=web
#,queue_job,sentry?
- QUEUE_JOB_CHANNELS=
Expand All @@ -26,4 +22,4 @@ services:
labels:
docky.main.service: true
docky.user: odoo
version: '3.7'
version: '3.7'

0 comments on commit 7c65814

Please sign in to comment.