123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- images:
- image:
- repository: ccr.ccs.tencentyun.com/seembox/odoo
- tag: "18.0-20250218"
- postgres_15_image:
- repository: postgres
- tag: "15.14"
- postgres_17_image:
- repository: postgres
- tag: 17.6-bookworm
- postgres_upgrade_image:
- repository: ixsystems/postgres-upgrade
- tag: 1.0.4
- consts:
- odoo_container_name: odoo
- postgres_container_name: postgres
- perms_container_name: permissions
- data_path: /var/lib/odoo
- addons_path: /mnt/extra-addons
- conf_file_path: /etc/odoo/odoo.conf
- run_as_user: 100
- run_as_group: 101
- db_name: odoo
- db_user: odoo
- reserved_keys:
- - data_dir
- - addons_path
- - http_enable
- - http_interface
- - http_port
- - xmlrpc
- - xmlrpc_port
- - xmlrpc_interface
- - db_port
- - db_host
- - db_name
- - db_user
- - db_sslmode
- - db_password
- notes_body: |
- ## Default Username and Password
- The First time you log into the Odoo UI, use the following credentials.
- You should change them after the first login.
- Username: `admin`
- Password: `admin`
|