Odoo10.0在群晖上也可以运行了
-
用 docker
https://hub.docker.com/_/odoo/下面是我用daocloud启动的配置文件
web:
image: odoo:10.0
links:- mydb
ports: - 8069:8069
environment: - HOST=mydb
- USER=odoo
- PASSWORD=myodoo
volumes: - odoo-web-data:/var/lib/odoo
- ./config:/etc/odoo
- ./addons:/mnt/extra-addons
restart: always
mydb:
image: postgres:9.4
environment: - POSTGRES_USER=odoo
- POSTGRES_PASSWORD=myodoo
volumes: - odoo-db-data:/var/lib/postgresql/data/pgdata
restart: always
- mydb
-
用 docker
https://hub.docker.com/_/odoo/下面是我用daocloud启动的配置文件
web:
image: odoo:10.0
links:- mydb
ports: - 8069:8069
environment: - HOST=mydb
- USER=odoo
- PASSWORD=myodoo
volumes: - odoo-web-data:/var/lib/odoo
- ./config:/etc/odoo
- ./addons:/mnt/extra-addons
restart: always
mydb:
image: postgres:9.4
environment: - POSTGRES_USER=odoo
- POSTGRES_PASSWORD=myodoo
volumes: - odoo-db-data:/var/lib/postgresql/data/pgdata
restart: always
- mydb
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login