Skip to content

kamrulexpo/odoo-13-docker

Repository files navigation

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.

Odoo is working.

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

Postgres is working.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published