Compare commits

..

No commits in common. "59fe076ed8a883f37db64c1750a4f6b7033d172f" and "8619e7908e388ce65b3e26c48fa74b8fead2337a" have entirely different histories.

3 changed files with 9 additions and 7 deletions

2
.env
View File

@ -15,5 +15,5 @@ PASSWORD="odoo"
ADDONS="--addons-path=/opt/odoo/addons/,/opt/odoo/customaddons/$CUSTOMADDONS_DIR"
# ARGS=""
# ARGS="-d bross"
#ARGS="-d cybro_hms -u bross_hms,exely_integration,bross_bank_management"
ARGS="-d cybro_hms -u bross_hms,exely_integration,bross_bank_management"
# DEBUG="-m debugpy --listen 0.0.0.0:5678 --wait-for-client"

View File

@ -5,17 +5,17 @@ services:
command: >
-c max_wal_size=4GB
env_file:
dev.env
.env
# ports:
# - 5433:5432
volumes:
- postgres_17_odoo_data:/var/lib/postgresql/data/
- postgres_17_data:/var/lib/postgresql/data/
odoo:
image: odoo-dev:18
restart: unless-stopped
env_file:
dev.env
.env
# ports:
# - 5678:5678
# - 8069:8069
@ -32,6 +32,8 @@ services:
nginx:
image: nginx:1.27.0-alpine3.19-slim
restart: unless-stopped
env_file:
.env
ports:
- 3080:80
volumes:
@ -40,7 +42,7 @@ services:
- odoo
volumes:
postgres_17_odoo_data:
name: postgres_17_odoo_data
postgres_17_data:
name: postgres_17_data
odoo_18_filestore:
name: odoo_18_filestore

View File

@ -1,5 +1,5 @@
[options]
admin_passwd = $pbkdf2-sha512$25000$633v3ZuT0novhVAqhdDamw$fKiY4ilP5EF8xLv66kljQ1WWppTQgraLUMDANMT3rlx01C6luc27z3PPj.wbgTPy8VUvL6LPjLGSHdlqlHXn6A
admin_passwd = $pbkdf2-sha512$25000$ca4VYuyd03rP.Z.zNsbYmw$RmR191OydA7ha820NAhyDYVkGlJsdWiSq/mwkMV/x8fbx0Qh4wOHR0JJYo/7z0nYOKygLPYU38S7C4g355k4HA
;admin_passwd = admin
;addons_path = /mnt/extra-addons
;data_dir = /var/lib/odoo