[UPD] docker compose refresh
This commit is contained in:
parent
c9a3d68cc9
commit
2740064e1c
5 changed files with 7 additions and 7 deletions
|
|
@ -26,7 +26,7 @@ services:
|
|||
volumes:
|
||||
# See the volume section at the end of the file
|
||||
- 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
|
||||
- erplibre_conf:/etc/odoo
|
||||
restart: always
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ services:
|
|||
volumes:
|
||||
# See the volume section at the end of the file
|
||||
- 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
|
||||
- erplibre_conf:/etc/odoo
|
||||
restart: always
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ services:
|
|||
volumes:
|
||||
# See the volume section at the end of the file
|
||||
- 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
|
||||
- erplibre_conf:/etc/odoo
|
||||
restart: always
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
ERPLibre:
|
||||
image: technolibre/erplibre:1.6.0_odoo_18.0_4f4f563
|
||||
image: technolibre/erplibre:1.6.0_odoo_18.0_2492ba3
|
||||
ports:
|
||||
- 8069:8069
|
||||
- 8071:8071
|
||||
|
|
@ -27,7 +27,7 @@ services:
|
|||
volumes:
|
||||
# See the volume section at the end of the file
|
||||
- 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
|
||||
- erplibre_conf:/etc/odoo
|
||||
restart: always
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
ERPLibre:
|
||||
image: technolibre/erplibre:1.6.0_odoo_18.0_4f4f563
|
||||
image: technolibre/erplibre:1.6.0_odoo_18.0_2492ba3
|
||||
ports:
|
||||
- 8069:8069
|
||||
- 8071:8071
|
||||
|
|
@ -28,7 +28,7 @@ services:
|
|||
volumes:
|
||||
# See the volume section at the end of the file
|
||||
- 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
|
||||
- erplibre_conf:/etc/odoo
|
||||
restart: always
|
||||
|
|
|
|||
Loading…
Reference in a new issue