Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 305 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 305 Bytes

Odoo Installation in production (Behind Nginx Reverse Proxy)

$ git clone https://github.com/QaidjoharBarbhaya/odoo-deployment.git

$ cd odoo-deployment

$ mkdir extra-addons

$ docker swarm init

$ echo "odoo" | docker secret create psql-pass -

$ docker stack deploy -c deploy-stack-compose.yml odoo