Skip to content

Commit

Permalink
Add test for custom config override assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
lasley committed Aug 8, 2017
1 parent 6997042 commit 0c28b68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions tests/scaffoldings/dotd/custom/conf.d/00-database.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[options]
db_host = manual_db_host
3 changes: 1 addition & 2 deletions tests/scaffoldings/dotd/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ services:
environment:
PGUSER: another_odoo
PGPASSWORD: anotherodoopassword
PGHOST: postgresql
depends_on:
- postgresql
volumes:
- filestore:/var/lib/odoo:z

postgresql:
manual_db_host:
image: postgres:${DB_VERSION}-alpine
environment:
POSTGRES_USER: another_odoo
Expand Down

0 comments on commit 0c28b68

Please sign in to comment.