Skip to content

Odoo 10, 11, 12, 13 Community Edition Docker Compose

License

Notifications You must be signed in to change notification settings

kmrul/odoo-docker-ce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

odoo-docker-ce

Odoo 10, 11, 12, 13 Community Edition Docker Compose

Setup Docker for Odoo 13 with pgAdmin Access

Install docker:

$ sudo apt install docker.io
$ sudo systemctl start docker
$ sudo systemctl enable docker

Install docker compose:

$ sudo curl -L "https://github.com/docker/compose/releases/download/1.23.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
$ sudo chmod +x /usr/local/bin/docker-compose
$ sudo systemctl enable docker

Start the container from the root of this project:

$ docker-compose up  -d

Then locate localhost:13000 to access Odoo 13.0.

Connect your postgres db now by creating a new server in pgAdmin.

name: Odoo13
host: localhost (if not matched, find hostname)
port: 5080
username: odoo
password: odoo

About

Odoo 10, 11, 12, 13 Community Edition Docker Compose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published