mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-24 16:01:02 +00:00
11 lines
608 B
JSON
11 lines
608 B
JSON
{
|
|
"repository": "https://github.com/odoo/docker",
|
|
"dockerDocs": "https://github.com/docker-library/docs/blob/master/odoo/README.md",
|
|
"composeFile": "https://github.com/docker-library/docs/blob/master/odoo/README.md#docker-compose-examples",
|
|
"notes": [
|
|
"Issue request: https://github.com/okxlin/appstore/issues/1535",
|
|
"Docker Official Image documentation requires PostgreSQL and documents HOST/PORT/USER/PASSWORD environment variables plus custom configuration via odoo.conf.",
|
|
"Image tag is pinned to odoo:19.0 in the latest app directory to avoid accidental cross-major upgrades."
|
|
]
|
|
}
|