odoo/docker/docker-compose.app.yml

25 lines
380 B
YAML
Raw Permalink Normal View History

version: "3.6"
services:
2022-03-24 02:42:55 +01:00
kwkhtmltopdf:
image: acsone/kwkhtmltopdf
2022-04-07 01:01:15 +02:00
networks:
private:
restart: always
odoo14:
2022-03-24 02:42:55 +01:00
depends_on:
- postgres
- kwkhtmltopdf
ports:
2022-03-24 02:42:55 +01:00
- 8069:8069
- 8070:8070
- 8071:8071
- 8072:8072
postgres:
extends:
file: docker-compose.postgres.yml
service: postgres
volumes:
postgres: