Compare commits

..

4 Commits

2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@ 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
@ -18,7 +17,6 @@ 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,3 +3,4 @@
## Dependencies ## Dependencies
- Docker Compose - Docker Compose
- Branch Testing