[UPD] docker compose refresh

This commit is contained in:
Mathieu Benoit 2025-12-01 02:49:34 -05:00
parent c9a3d68cc9
commit 2740064e1c
5 changed files with 7 additions and 7 deletions

View file

@ -26,7 +26,7 @@ services:
volumes: volumes:
# See the volume section at the end of the file # See the volume section at the end of the file
- erplibre_data_dir:/home/odoo/.local/share/Odoo - erplibre_data_dir:/home/odoo/.local/share/Odoo
- ./addons/addons:/ERPLibre/odoo12.0/addons/addons - ./odoo12.0/addons/addons:/ERPLibre/odoo12.0/addons/addons
- ./private:/ERPLibre/private - ./private:/ERPLibre/private
- erplibre_conf:/etc/odoo - erplibre_conf:/etc/odoo
restart: always restart: always

View file

@ -26,7 +26,7 @@ services:
volumes: volumes:
# See the volume section at the end of the file # See the volume section at the end of the file
- erplibre_data_dir:/home/odoo/.local/share/Odoo - erplibre_data_dir:/home/odoo/.local/share/Odoo
- ./addons/addons:/ERPLibre/odoo14.0/addons/addons - ./odoo14.0/addons/addons:/ERPLibre/odoo14.0/addons/addons
- ./private:/ERPLibre/private - ./private:/ERPLibre/private
- erplibre_conf:/etc/odoo - erplibre_conf:/etc/odoo
restart: always restart: always

View file

@ -26,7 +26,7 @@ services:
volumes: volumes:
# See the volume section at the end of the file # See the volume section at the end of the file
- erplibre_data_dir:/home/odoo/.local/share/Odoo - erplibre_data_dir:/home/odoo/.local/share/Odoo
- ./addons/addons:/ERPLibre/odoo16.0/addons/addons - ./odoo16.0/addons/addons:/ERPLibre/odoo16.0/addons/addons
- ./private:/ERPLibre/private - ./private:/ERPLibre/private
- erplibre_conf:/etc/odoo - erplibre_conf:/etc/odoo
restart: always restart: always

View file

@ -1,6 +1,6 @@
services: services:
ERPLibre: ERPLibre:
image: technolibre/erplibre:1.6.0_odoo_18.0_4f4f563 image: technolibre/erplibre:1.6.0_odoo_18.0_2492ba3
ports: ports:
- 8069:8069 - 8069:8069
- 8071:8071 - 8071:8071
@ -27,7 +27,7 @@ services:
volumes: volumes:
# See the volume section at the end of the file # See the volume section at the end of the file
- erplibre_data_dir:/home/odoo/.local/share/Odoo - erplibre_data_dir:/home/odoo/.local/share/Odoo
- ./addons/addons:/ERPLibre/odoo18.0/addons/addons - ./odoo18.0/addons/addons:/ERPLibre/odoo18.0/addons/addons
- ./private:/ERPLibre/private - ./private:/ERPLibre/private
- erplibre_conf:/etc/odoo - erplibre_conf:/etc/odoo
restart: always restart: always

View file

@ -1,6 +1,6 @@
services: services:
ERPLibre: ERPLibre:
image: technolibre/erplibre:1.6.0_odoo_18.0_4f4f563 image: technolibre/erplibre:1.6.0_odoo_18.0_2492ba3
ports: ports:
- 8069:8069 - 8069:8069
- 8071:8071 - 8071:8071
@ -28,7 +28,7 @@ services:
volumes: volumes:
# See the volume section at the end of the file # See the volume section at the end of the file
- erplibre_data_dir:/home/odoo/.local/share/Odoo - erplibre_data_dir:/home/odoo/.local/share/Odoo
- ./addons/addons:/ERPLibre/odoo18.0/addons/addons - ./odoo18.0/addons/addons:/ERPLibre/odoo18.0/addons/addons
- ./private:/ERPLibre/private - ./private:/ERPLibre/private
- erplibre_conf:/etc/odoo - erplibre_conf:/etc/odoo
restart: always restart: always