Sign inSign up

sardes/odoo17

By sardes

•Updated over 2 years ago

Image
4

683

sardes/odoo17 repository overview

Ubuntu 22 with Odoo17

The container includes SSH server, postgresql, cron and odoo17

EXPOSE 22, 5432, 8069 and 8072 in /opt/odoo17 is the home of the odoo17 user in /opt/postgres is the DATA_DIR of postgres It is done with the intention if you want to place a separate volume

The ROOT and POSTGRES password is random each time you boot. You can see it in the startup verbose. If you want to change it, enter the console and edit the file /start.sh

Comment the line: ROOT_PASSWORD=pwgen -c -n -1 8 and uncomment the line ROOT_PASSWORD="YourPasswordHere". And enter the password you want. This password is shared with the postgres user

The postgres DB allows remote access (Be careful) The user odoo17 does not have a password in SSH nor in postgres. if you want you change them

The odoo17 Master Password is defined in the file /opt/odoo17/odoo17.conf and is "SardesDoo". yourself to change it

I hope it helps you. Greetings, Pepe If you want something [email protected]⁠

EL contenedor incluye servidor SSH, postgresql, cron y odoo17

EXPUESTOS 22, 5432, 8069 y 8072 en /opt/odoo17 esta el home del usuario de odoo17 en /opt/postgres esta el DATA_DIR del postgres Esta hecho con la intencion si quieres colocar un volumen aparte

La contraseƱa del ROOT y del POSTGRES es aleatoria cada vez que arrancas. La puedes ver en el verbose de arranque. SI la quieres cambiar entra en la consola y edita el fichero /start.sh

COmenta la linea: ROOT_PASSWORD=pwgen -c -n -1 8 y descomenta la linea ROOT_PASSWORD="YourPasswordHere". E intoduce el password que quieras. Dicho password se comparte con el usuario postgres

La BBDD postgres permite acceso remoto (Ten cuidado) EL usuario odoo17 no tiene password en SSH ni tampoco en postgres. SI quieres los cambias

EL Master Password de odoo17 esta definido en el fichero /opt/odoo17/odoo17.conf y es "SardesDoo". Tu mismo/a para cambiarlo

Espero que os ayude. Un saludo, Pepe SI quereis algo [email protected]⁠

Tag summary

Content type

Image

Digest

sha256:f561f7767…

Size

8 GB

Last updated

over 2 years ago

docker pull sardes/odoo17