paraita / docker-compose-traefik-odoo-postgres

Odoo + Postgresql + Traefik
13 stars 11 forks source link

Launching more Traefik+Odoo+Postgresql Containers #5

Closed axelpina closed 4 years ago

axelpina commented 4 years ago

I ran the docker-compose.yml on a folder which we'll call test1. It ran perfectly fine with its certificate, traefik, odoo etc.

When I create a folder outside of test1, lets say test2 & pull this repository to run Odoo, I change the following:

ports:
      - "8069:8069"
      - "8072:8072"

to:

ports:
      - "8070:8069"
      - "8072:8072"

I'd like some clarification as to how I need to do it.

Thanks in advance!

Edit:

axelpina commented 4 years ago

Managed to solve my issue! Will be sharing my findings soon!

matnoublanche commented 3 years ago

Hi @AxelPina,

I'm actually in the same situation as you, is it possible to explain how you did it ?

Thank's !

matnoublanche commented 3 years ago

I respond to myself, I didn't see your repository.

Found it now :)

https://github.com/AxelPina/docker-compose-traefik-odoo-postgres/blob/master/docker-compose.yml