From dc4106263fcabcb757e1ec5211d2e159c63d9899 Mon Sep 17 00:00:00 2001 From: "LORENZO\\pacio" Date: Thu, 29 May 2025 12:35:53 +0200 Subject: [PATCH] gestione update moduli custom --- docker-compose.yml | 9 +++++++++ install_updates.txt | 1 + 2 files changed, 10 insertions(+) create mode 100644 install_updates.txt diff --git a/docker-compose.yml b/docker-compose.yml index 6de0a87..231636b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,6 +12,15 @@ services: - ./config/odoo.conf:/etc/odoo/odoo.conf environment: - TZ=Europe/Rome + #alternativo all'uso dell'env + #environment: + # - HOST=192.168.1.179 # indirizzo del tuo PostgreSQL + # - USER=odoo + # - PASSWORD=odoo + # - DB_PORT=5432 + #ESECUZIONE COMANDI AGGIUNTIVI (E.G. AGGIORNAMENTI) + #command: > + # -u modulo_custom_1,modulo_custom_2,modulo_custom_3 postgres: image: postgres:15 env_file: .env diff --git a/install_updates.txt b/install_updates.txt new file mode 100644 index 0000000..afa78e5 --- /dev/null +++ b/install_updates.txt @@ -0,0 +1 @@ +docker run -d -p 8069:8069 -v :/mnt/extra-addons -v :/var/lib/odoo -e HOST= -e USER= -e PASSWORD= odoo:latest -d -u \ No newline at end of file