Compare commits

..

No commits in common. "master" and "c20406a607aae94eabba770920e0f793c4b7b169" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ services:
volumes: volumes:
- 'postgresql_data:/bitnami/postgresql' - 'postgresql_data:/bitnami/postgresql'
environment: environment:
# ALLOW_EMPTY_PASSWORD is recommended only for development.
- ALLOW_EMPTY_PASSWORD=yes - ALLOW_EMPTY_PASSWORD=yes
- POSTGRESQL_USERNAME=bn_odoo - POSTGRESQL_USERNAME=bn_odoo
- POSTGRESQL_DATABASE=bitnami_odoo - POSTGRESQL_DATABASE=bitnami_odoo
@ -17,6 +18,7 @@ services:
depends_on: depends_on:
- postgresql - postgresql
environment: environment:
# ALLOW_EMPTY_PASSWORD is recommended only for development.
- ALLOW_EMPTY_PASSWORD=yes - ALLOW_EMPTY_PASSWORD=yes
- ODOO_DATABASE_HOST=postgresql - ODOO_DATABASE_HOST=postgresql
- ODOO_DATABASE_PORT_NUMBER=5432 - ODOO_DATABASE_PORT_NUMBER=5432

View File

@ -3,4 +3,3 @@
## Dependencies ## Dependencies
- Docker Compose - Docker Compose
- Branch Testing