mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
upd: Remove not supported version from Odoo (#409)
Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0ba4941969
commit
8ee3761fa4
@@ -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:
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 84 KiB |
@@ -1,11 +0,0 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
|
||||
[config]
|
||||
env = {}
|
||||
mounts = []
|
||||
|
||||
[[config.domains]]
|
||||
serviceName = "web"
|
||||
port = 8_069
|
||||
host = "${main_domain}"
|
||||
15
meta.json
15
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",
|
||||
|
||||
Reference in New Issue
Block a user