odoo-docker

所属分类:PostgreSQL
开发工具:HTML
文件大小:22090KB
下载次数:0
上传日期:2022-06-16 17:32:12
上 传 者sh-1993
说明:  利用nginx代理和postgresql数据库服务器实现odoo14项目的码头化
(odoo14 project dockerized with nginx proxy and postgresql database server)

文件列表:
addons (0, 2023-06-11)
addons\auditlog (0, 2023-06-11)
addons\auditlog\__init__.py (87, 2023-06-11)
addons\auditlog\__manifest__.py (615, 2023-06-11)
addons\auditlog\i18n (0, 2023-06-11)
addons\auditlog\i18n\am.po (19988, 2023-06-11)
addons\auditlog\i18n\ar.po (20324, 2023-06-11)
addons\auditlog\i18n\auditlog.pot (19609, 2023-06-11)
addons\auditlog\i18n\bg.po (20173, 2023-06-11)
addons\auditlog\i18n\bs.po (20131, 2023-06-11)
addons\auditlog\i18n\ca.po (20130, 2023-06-11)
addons\auditlog\i18n\cs.po (20135, 2023-06-11)
addons\auditlog\i18n\cs_CZ.po (21913, 2023-06-11)
addons\auditlog\i18n\da.po (20076, 2023-06-11)
addons\auditlog\i18n\de.po (21850, 2023-06-11)
addons\auditlog\i18n\el_GR.po (20260, 2023-06-11)
addons\auditlog\i18n\en_GB.po (20066, 2023-06-11)
addons\auditlog\i18n\es.po (21978, 2023-06-11)
addons\auditlog\i18n\es_AR.po (20107, 2023-06-11)
addons\auditlog\i18n\es_CL.po (20084, 2023-06-11)
addons\auditlog\i18n\es_CO.po (20042, 2023-06-11)
addons\auditlog\i18n\es_CR.po (20073, 2023-06-11)
addons\auditlog\i18n\es_DO.po (20079, 2023-06-11)
addons\auditlog\i18n\es_EC.po (20128, 2023-06-11)
addons\auditlog\i18n\es_ES.po (20083, 2023-06-11)
addons\auditlog\i18n\es_MX.po (20134, 2023-06-11)
addons\auditlog\i18n\es_PE.po (20063, 2023-06-11)
addons\auditlog\i18n\es_PY.po (20029, 2023-06-11)
addons\auditlog\i18n\es_VE.po (20131, 2023-06-11)
addons\auditlog\i18n\et.po (20057, 2023-06-11)
addons\auditlog\i18n\eu.po (20009, 2023-06-11)
addons\auditlog\i18n\fa.po (20134, 2023-06-11)
addons\auditlog\i18n\fi.po (20167, 2023-06-11)
addons\auditlog\i18n\fr.po (22138, 2023-06-11)
addons\auditlog\i18n\fr_CA.po (20150, 2023-06-11)
... ...

# Odoo 14 Docker Dockerized odoo server ## Setup Instructions 1. Clone this repository ```git clone https://github.com/meena-erian/odoo-docker.git``` 2. Add a ```production.env``` file to this directory with the variables: ```PASSWORD``` and ```POSTGRES_PASSWORD``` both set to a password for the postgresql odoo database user. The database container will be automatically initialized with the provided information 3. To build and start this project, go to the parent directory of this repository while having docker and compose installed and run ```./compose.sh``` if you're using a linux host, or ```./compose.bat``` if you're on a windows host. That's it, and you're good to go. The odoo server will be available on port 80 on the host machine. (You can customize that in [/docker-compose.yml](https://github.com/docker-compose.yml)) A data folder will be created in this folder, that folder contains all of your database and data generated by your odoo instance. If you'd like to add custom odoo add-ons, you can do so by adding them to the addons folder.

近期下载者

相关文件


收藏者