Nas 094321233d replace tab by spaces | il y a 1 an | |
---|---|---|
.gitignore | il y a 2 ans | |
Dockerfile | il y a 2 ans | |
README.md | il y a 1 an | |
build.sh | il y a 2 ans | |
docker-compose.yml | il y a 1 an | |
entrypoint.sh | il y a 2 ans | |
odoo.conf | il y a 2 ans | |
wait-for-psql.py | il y a 2 ans |
apt update && apt dist-upgrade
sudo apt-get install apt-transport-https ca-certificates curl gnupg lsb-release docker docker-compose
sh build.sh
Un fichier de configuration .env (remplacer MOT_DE_PASSE par le votre) doit-être présent:
ODOO_PORT=8012
DB_NAME=odoo
DB_USER=odoo
DB_PASSWORD=MOT_DE_PASSE
DB_PORT=5432
Il sera chargé automatiquement par l’execution de build.sh
Si les modules n’apparaissent pas, cette commande à chaud peut résoudre le problème
docker-compose exec odoo python3 /opt/odoo/odoo/odoo-bin -c /opt/odoo/etc/odoo.conf -init account_menu --stop-after-init --no-http --without-demo=all --database=odoo