diff --git a/blueprints/odoo/docker-compose.yml b/blueprints/odoo/docker-compose.yml deleted file mode 100644 index 7c1c7d3c..00000000 --- a/blueprints/odoo/docker-compose.yml +++ /dev/null @@ -1,28 +0,0 @@ -version: "3.8" -services: - web: - image: odoo:16.0 - depends_on: - - db - environment: - - HOST=db - - USER=odoo - - PASSWORD=odoo - volumes: - - odoo-web-data:/var/lib/odoo - - ../files/config:/etc/odoo - - ../files/addons:/mnt/extra-addons - - db: - image: postgres:13 - - environment: - - POSTGRES_DB=postgres - - POSTGRES_USER=odoo - - POSTGRES_PASSWORD=odoo - volumes: - - odoo-db-data:/var/lib/postgresql/data - -volumes: - odoo-web-data: - odoo-db-data: diff --git a/blueprints/odoo/odoo.png b/blueprints/odoo/odoo.png deleted file mode 100644 index 5b598899..00000000 Binary files a/blueprints/odoo/odoo.png and /dev/null differ diff --git a/blueprints/odoo/template.toml b/blueprints/odoo/template.toml deleted file mode 100644 index 88608292..00000000 --- a/blueprints/odoo/template.toml +++ /dev/null @@ -1,11 +0,0 @@ -[variables] -main_domain = "${domain}" - -[config] -env = {} -mounts = [] - -[[config.domains]] -serviceName = "web" -port = 8_069 -host = "${main_domain}" diff --git a/meta.json b/meta.json index 87f78edb..cd2212cf 100644 --- a/meta.json +++ b/meta.json @@ -3629,21 +3629,6 @@ "obsidian" ] }, - { - "id": "odoo", - "name": "Odoo", - "version": "16.0", - "description": "Odoo is a free and open source business management software that helps you manage your company's operations.", - "logo": "odoo.png", - "links": { - "github": "https://github.com/odoo/odoo", - "website": "https://odoo.com/", - "docs": "https://www.odoo.com/documentation/" - }, - "tags": [ - "cms" - ] - }, { "id": "odoo_17", "name": "Odoo",