Skip to content

hao-labs/odoo15

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick install

Installing Odoo 15 with one command.

(Supports Odoo instances on one server)

Install docker and docker-compose yourself, then run:

Usage

Start the container:

docker-compose up
  • Then open localhost:10014 to access Odoo 15.0. If you want to start the server with a different port, change 10014 to another value in docker-compose.yml:
ports:
 - "10014:8069"

Custom addons

The addons/ folder contains custom addons. Put your custom addons if you have any.

Odoo configuration & log

  • To change Odoo configuration, edit file: etc/odoo.conf.
  • Log file: etc/odoo-server.log

Odoo container management

Run Odoo container in detached mode (be able to close terminal without stopping Odoo):

docker-compose up -d

Stop Odoo and remove containers:

docker-compose down

Restart Odoo:

docker-compose restart

Start Odoo:

docker-compose start

Stop Odoo:

docker-compose stop

docker-compose.yml

  • odoo:15.0
  • postgres:13

About

Odoo 15 Installation With Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages