Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
Latest 14.0 dockerfile: https://github.com/odoo/docker/tree/master/14.0
There is an official docker image on dockerhub:
S imple compose file (More at the link above):
version: '2'
services:
web:
image: odoo:13.0
depends_on:
- db
ports:
- "8069:8069"
db:
image: postgres:10
environment:
- POSTGRES_DB=postgres
- POSTGRES_PASSWORD=odoo
- POSTGRES_USER=odoo
can you send dockerfile az well?
I don't want to use an image, I want to create one based on my own project which I cloned from git hub.
the dockerhub registery also holds the links to the dockerfiles....
in this case for Odoo 13 it is at : https://github.com/odoo/docker/blob/1bddcda4b2ef30c7443ebe0cae43d17f92aa43cd/13.0/Dockerfile
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
|
2
نوفمبر 24
|
1671 | ||
|
2
يونيو 18
|
6927 | ||
|
1
يوليو 25
|
513 | ||
|
1
يونيو 25
|
10796 | ||
|
1
مايو 23
|
3220 |