Skip to content

tahiti-web-design/docker-compose-odoo-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

#Odoo + Postgresql

This repository helps set up Odoo 8 + Postgresql 9.4.

##Setup

Fill the .env file with your credentials and your domain:

ODOO_USER=
ODOO_PASS=
ODOO_TRAEFIK_URL=
TRAEFIK_DEFAULT_DOMAIN=
ACME_EMAIL=

You'll need to set the same credentials inside the odoo/config/odoo.conf file:

db_user =
db_password =

ODOO_USER will be used by Odoo to connect to the database (which will be created as well with the ODOO_PASS password).

##Run

cd docker-compose-traefik-odoo-postgres
docker-compose up -d

Tested with

Docker version Docker-compose version

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published