Overslaan naar inhoud
Odoo Menu
  • Aanmelden
  • Probeer het gratis
  • Apps
    Financiën
    • Boekhouding
    • Facturatie
    • Onkosten
    • Spreadsheet (BI)
    • Documenten
    • Ondertekenen
    Verkoop
    • CRM
    • Verkoop
    • Kassasysteem winkel
    • Kassasysteem Restaurant
    • Abonnementen
    • Verhuur
    Websites
    • Websitebouwer
    • E-commerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Bevoorradingsketen
    • Voorraad
    • Productie
    • PLM
    • Inkoop
    • Onderhoud
    • Kwaliteit
    Personeelsbeheer
    • Werknemers
    • Werving & Selectie
    • Verlof
    • Evaluaties
    • Aanbevelingen
    • Wagenpark
    Marketing
    • Social media Marketing
    • E-mailmarketing
    • SMS Marketing
    • Evenementen
    • Marketingautomatisering
    • Enquêtes
    Diensten
    • Project
    • Urenstaten
    • Buitendienst
    • Helpdesk
    • Planning
    • Afspraken
    Productiviteit
    • Chat
    • Goedkeuringen
    • IoT
    • VoIP
    • Kennis
    • WhatsApp
    Apps van derden Odoo Studio Odoo Cloud Platform
  • Bedrijfstakken
    Detailhandel
    • Boekhandel
    • kledingwinkel
    • Meubelzaak
    • Supermarkt
    • Bouwmarkt
    • Speelgoedwinkel
    Food & Hospitality
    • Bar en Pub
    • Restaurant
    • Fastfood
    • Gastenverblijf
    • Drankenhandelaar
    • Hotel
    Vastgoed
    • Makelaarskantoor
    • Architectenbureau
    • Bouw
    • Vastgoedbeheer
    • Tuinieren
    • Vereniging van eigenaren
    Consulting
    • Accountantskantoor
    • Odoo Partner
    • Marketingbureau
    • Advocatenkantoor
    • Talentenwerving
    • Audit & Certificering
    Productie
    • Textiel
    • Metaal
    • Meubels
    • Eten
    • Brewery
    • Relatiegeschenken
    Gezondheid & Fitness
    • Sportclub
    • Opticien
    • Fitnesscentrum
    • Wellness-medewerkers
    • Apotheek
    • Kapper
    Trades
    • Klusjesman
    • IT-hardware & support
    • Zonne-energiesystemen
    • Schoenmaker
    • Schoonmaakdiensten
    • HVAC-diensten
    Andere
    • Non-profitorganisatie
    • Milieuagentschap
    • Verhuur van Billboards
    • Fotograaf
    • Fietsleasing
    • Softwareverkoper
    Browse all Industries
  • Community
    Leren
    • Tutorials
    • Documentatie
    • Certificeringen
    • Training
    • Blog
    • Podcast
    Versterk het onderwijs
    • Onderwijs- programma
    • Scale Up! Business Game
    • Bezoek Odoo
    Download de Software
    • Downloaden
    • Vergelijk edities
    • Releases
    Werk samen
    • Github
    • Forum
    • Evenementen
    • Vertalingen
    • Word een Partner
    • Services for Partners
    • Registreer je accountantskantoor
    Diensten
    • Vind een partner
    • Vind een boekhouder
    • Een adviseur ontmoeten
    • Implementatiediensten
    • Klantreferenties
    • Ondersteuning
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Vraag een demo aan
  • Prijzen
  • Help

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Boekhouding
  • Voorraad
  • PoS
  • Project
  • MRP
All apps
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Help

Please Help me deploy using Docker

Inschrijven

Ontvang een bericht wanneer er activiteit is op deze post

Deze vraag is gerapporteerd
3 Antwoorden
11131 Weergaven
Avatar
Jason

Hello, my name is Jason.


I am struggling to deploy 2 different website using Docker. I am currently using this Git 

https://github.com/Verisage/docker-nginx-letsencrypt-odoo


Reason why I am using the Git instead of following Odoo documentation

1. I am unable to hide to reverse proxy 8069 myself. [I hope anyone can help me on this]


What am I looking for?

1. I wish to be able to host the database on different machine.

2. I wish to be able to help my friend to use Odoo for his company. I am planning to create new database on https://x.com/web/database/selector . So when someone request https://x.com it will connect to my database, and when someone request https://erp.x.com or new domain it will connect to my friend's database.


Best regards,

Jason

0
Avatar
Annuleer
Avatar
afgo
Beste antwoord

Hi Jason,

To be frank, I'm not thinking you referring a good repo. 

Your scenario could be split to two part:
a)  how to wrap odoo with nginx and let's encrypt cert (auto update)
     this is a common question, google will give you lots of good references (googling without the term odoo)
     for the only odoo related part is documented at here: https://www.odoo.com/documentation/14.0/setup/deploy.html#https

b) how to run odoo with docker container.
    you can refer here: https://hub.docker.com/_/odoo/ , and refer the docker-compose.yml part.


And for your question:
1) you could run db (container or not) at anywhere on any machine
    one postgres db instanace with two db in it (one for you and your friends) is ok;
    or two postgres db instanaces, one for you and one for your friend, is also ok.
 
2) I believe you shoud have two docker-compose.yml (if you run it on one machine, please do mapping to using different network ports!!!), one for you, and one for your friend.
    While in each docker-compose.yml, (if you plans to runs db on another machine), just get rid of the db service part (from the odoo docker page's example), while in odoo sevice section, using different odoo.conf to connect to different db - one for you and another for your friend.

0
Avatar
Annuleer
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Beste antwoord

Hi,

You can refer the blog below which explain the Odoo deployment using docker

How to Install Odoo Using Docker

Regards

0
Avatar
Annuleer
Avatar
Michael Sommer
Beste antwoord

Hi Jason, 

i would suggest that you use the docker-compose.yml provided by odoo. You can start the database container on a separate host and expose the databse to be reachable by the other machine running the odoo 'web' container. (or run both containers on your 'hidden' machine)… (https://hub.docker.com/_/odoo/)

For providing access to the 'web' container from the internet using lets encrypt i would suggest you use nginx-proxy-manager as a third container. It is a easy to setup and configure docker container with nginx and letsencrypt support – it has an administrative web interface for the proxy configuration. (https://github.com/jc21/nginx-proxy-manager)

You can then access https://erp.tempatkerja.com (nginx-proxy-manager) and forward the request to your http odoo web container.

Let me know if this helps or if you need more info... 

Best Regards,

Michael



0
Avatar
Annuleer
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!

Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!

Aanmelden
Community
  • Tutorials
  • Documentatie
  • Forum
Open Source
  • Downloaden
  • Github
  • Runbot
  • Vertalingen
Diensten
  • Odoo.sh Hosting
  • Ondersteuning
  • Upgrade
  • Gepersonaliseerde ontwikkelingen
  • Onderwijs
  • Vind een boekhouder
  • Vind een partner
  • Word een Partner
Over ons
  • Ons bedrijf
  • Merkelementen
  • Neem contact met ons op
  • Vacatures
  • Evenementen
  • Podcast
  • Blog
  • Klanten
  • Juridisch • Privacy
  • Beveiliging
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is een suite van open source zakelijke apps die aan al je bedrijfsbehoeften voldoet: CRM, E-commerce, boekhouding, inventaris, kassasysteem, projectbeheer, enz.

Odoo's unieke waardepropositie is om tegelijkertijd zeer gebruiksvriendelijk en volledig geïntegreerd te zijn.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now