commit 67ed8abc2d7077364e2bf92592a92687384e08bd Author: Valentin Lab Date: Wed Jul 11 12:16:03 2018 +0200 first commit diff --git a/compose.yml b/compose.yml new file mode 100644 index 0000000..65a1acd --- /dev/null +++ b/compose.yml @@ -0,0 +1,21 @@ +odoo: + charm: odoo-tecnativa + options: + admin-password: rantanplan + relations: + postgres-database: + postgres-alpine: + user: odoo + dbname: odoo + web-proxy: + apache: + domain: mydomain.org + #server-aliases: + # - mydomain2.org + + # docker-compose: + # ## Important to keep as a list: otherwise it'll overwrite charm's arguments. + # command: + # - "--log-level=debug" + # environment: +