You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
318 B

5 years ago
  1. version: '3'
  2. services:
  3. odoo:
  4. build: .
  5. depends_on:
  6. - db
  7. ports:
  8. - "8069:8069"
  9. volumes:
  10. - ./config:/etc/odoo/
  11. - ./:/app/extra-addons/obeesdoo
  12. db:
  13. image: postgres:10
  14. environment:
  15. - POSTGRES_DB=postgres
  16. - POSTGRES_PASSWORD=odoo
  17. - POSTGRES_USER=odoo