mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 15:19:22 +01:00
enhanced .env variable usage
This commit is contained in:
@@ -20,8 +20,13 @@ services:
|
||||
- ./odoo/extra-addons:${EXTRA_ADDONS}
|
||||
- ./odoo/custom-addons:${CUSTOM_ADDONS}
|
||||
- ./odoo/entrypoint.sh:/entrypoint.sh
|
||||
env_file:
|
||||
- ./.env
|
||||
environment:
|
||||
- HOST=${DB_HOST}
|
||||
- PORT=${DB_PORT}
|
||||
- USER=${DB_USER}
|
||||
- PASSWORD=${DB_PASSWORD}
|
||||
- ODOO_TAG
|
||||
- THIRD_PARTY_ADDONS
|
||||
networks:
|
||||
- internal
|
||||
|
||||
|
||||
Reference in New Issue
Block a user