[FIX]Odoo env var should not be into nginx env

This commit is contained in:
Fabien Bourgeois 2016-10-04 09:32:32 +02:00
parent cff23321d3
commit 1a1115e4f0
1 changed files with 9 additions and 1 deletions

View File

@ -7,7 +7,15 @@ services:
NGINX_HOST: localhost 127.0.0.1
ODOO_HOST: odoo
ODOO_SERVER_NAMES: localodoo odoo ocb
LIST_DB: "False"
ports:
- "80:80"
- "443:443"
odoo:
extends:
file: base.yml
service: odoo
build:
context: ./odoo
environment:
LIST_DB: "False"