Sign inSign up

sardes/odoo16

By sardes

•Updated over 2 years ago

Odoo16 and Ubuntu22

Image
4

1.1K

sardes/odoo16 repository overview

Ubuntu 22 with Odoo16

The container includes SSH server, postgresql, cron and odoo16

EXPOSE 22, 5432, 8069 and 8072 in /opt/odoo16 is the home of the odoo16 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 odoo16 does not have a password in SSH nor in postgres. if you want you change them

The odoo16 Master Password is defined in the file /opt/odoo16/odoo16.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 odoo16

EXPUESTOS 22, 5432, 8069 y 8072 en /opt/odoo16 esta el home del usuario de odoo16 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 odoo16 no tiene password en SSH ni tampoco en postgres. SI quieres los cambias

EL Master Password de odoo16 esta definido en el fichero /opt/odoo16/odoo16.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:d6dbf4716…

Size

8 GB

Last updated

over 2 years ago

docker pull sardes/odoo16