akretion / docky

Docky - Helper for docker-compose mainly used in odoo context
GNU Affero General Public License v3.0
56 stars 31 forks source link

FIX pass NOGOSU=True for compatibility wirh odoo-bedrock #153

Closed sebastienbeau closed 2 years ago

sebastienbeau commented 2 years ago

Note: compatible with old project

PierrickBrun commented 2 years ago

tested with both odoo-bedrock and camptocamp's image

hparfr commented 2 years ago

Why not in docker-compose ?

sebastienbeau commented 2 years ago

Because it should be passed only for docky run or open. Not for docky up

sebastienbeau commented 2 years ago

Idealy we can not pass the arg "gosu odoo bash" by default and only pass "NOGUSO=TRUE" when passing args --root. But this will break compatibility with C2C image. So when we will not use anymore C2C image we can clean it.