#Odoo Community Edition

18 messages · Page 1 of 1 (latest)

gilded nymph
#

I would like to know if we can setup Odoo in railway?

The odoo image is built with docker using this folder in git: https://github.com/odoo/docker/tree/master/16.0

In the backend we need a postgres DB. The server/container should be called DB so that it's found by Odoo and connects as soon as postgres is available to receive connections.

Odoo exposes ports 8069, 8071 and 8072

It needs a reverse proxy. The preferred and tested one is nginx. Attached is a sample config. Any help is greatly appreciated.

GitHub

Contribute to odoo/docker development by creating an account on GitHub.

elder bloomBOT
#

Project ID: N/A

gaunt chasmBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

gilded nymph
#

N/A

spiral siren
#

Railway can only expose one port per service. You won't be able to use odoo unless you can somehow split the functionality between 3 services, or force it to only use one port

terse star
#

run the odoo service as an internal only service, then use a public facing proxy to split the different ports out into different endpoints

gilded nymph
#

Can you point out in the correct direction to deploy the internal service via a dockerfile?

terse star
#

uh well its more of a "if you know, you know" type of situation

gilded nymph
#

Got it. I will dig in the documentation.

terse star
#

any service deployed will be able to be access over the private network, but theres a lot to get into there

terse star
#

ignore the nginx logo

#

in fact, i couldnt see why odoo would require a proxy

nova pelican
#

Hi guys, have you succeed with the deploy?

summer kite
#

Hi, were you able to make any progress with this deployment?

spiral siren