Script de déploiement de odoo dans un docker
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Nas 094321233d replace tab by spaces il y a 1 an
.gitignore modified odoo.conf & build.sh & docker-compose files il y a 2 ans
Dockerfile dockerfile move account_menu to save it for prod il y a 2 ans
README.md Mettre à jour 'README.md' il y a 1 an
build.sh modified odoo.conf & build.sh & docker-compose files il y a 2 ans
docker-compose.yml replace tab by spaces il y a 1 an
entrypoint.sh removed old docker related files not working on susan il y a 2 ans
odoo.conf modified odoo.conf & build.sh & docker-compose files il y a 2 ans
wait-for-psql.py removed old docker related files not working on susan il y a 2 ans

README.md

Déploiement de Odoo

Dépendances :

apt update && apt dist-upgrade
sudo apt-get install apt-transport-https ca-certificates curl gnupg lsb-release docker docker-compose

Obtenir odoo CBD:

sh build.sh

Redéployer

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

Modules

Résolution

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