Update docker-compose.yml
This commit is contained in:
parent
ed58fc9f2f
commit
553ec4ccc7
1 changed files with 5 additions and 0 deletions
|
|
@ -12,6 +12,11 @@ services:
|
|||
- "8572:8072" # Le port 8072 est exposé pour accéder à l'application Odoo
|
||||
networks:
|
||||
- moustyLocalNetwork # éseau dans lequel notre service communiquera
|
||||
command: >
|
||||
odoo
|
||||
-d mylucdatabase
|
||||
-i web_enterprise
|
||||
--stop-after-init
|
||||
volumes:
|
||||
- ./:/etc/odoo:z
|
||||
- ./odoo-filestore:/var/lib/odoo/filestore:z
|
||||
|
|
|
|||
Loading…
Reference in a new issue