Skip to content

Commit

Permalink
fixup! [FIX] PGPASSWORD -> DB_PASSWORD
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierrick Brun committed Jun 28, 2022
1 parent 4fd9c71 commit 079c2c9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions ci.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
- SENTRY=True
- PGSSLMODE=require
- DB_NAME=${BUILD_NAME}
- DB_HOST=TODO
labels:
- "traefik.enable=true"
- "traefik.http.routers.${COMPOSE_PROJECT_NAME}.rule=Host(`${DOMAIN}`)"
Expand Down
5 changes: 3 additions & 2 deletions clear-ci.secrets.docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# never commit this file
# only to set secrets
# encrypt me with sops --age $KEYGENERATEDINCI --encrypt clear-ci.secrets.docker-compose.yml > ci.secrets.docker-compose.yml
# encrypt me with:
# sops --age $KEYGENERATEDINCI --encrypt clear-ci.secrets.docker-compose.yml > ci.secrets.docker-compose.yml
version: "3.7"
services:
odoo:
environment:
- PGPASSWORD=
- DB_PASSWORD=
- ENCRYPTION_KEY_CI=
6 changes: 4 additions & 2 deletions clear-prod.secrets.docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# never commit this file
# only to set secrets
# encrypt me with sops --age $KEYGENERATEDINPROD --encrypt clear-prod.secrets.docker-compose.yml > prod.secrets.docker-compose.yml
# only used to set secrets
# encrypt me with:
# sops --age $KEYGENERATEDINPROD --encrypt clear-prod.secrets.docker-compose.yml > prod.secrets.docker-compose.yml
version: "3.7"
services:
odoo:
environment:
- DB_PASSWORD=
- ENCRYPTION_KEY_CI=
- ENCRYPTION_KEY_PROD=

0 comments on commit 079c2c9

Please sign in to comment.