Personalze user names and passwords

Signed-off-by: Andrei Boyanov <andrei.boyanov@gmail.com>
This commit is contained in:
Andrei Boyanov 2025-04-19 10:34:07 +02:00 committed by GitHub
parent 0511e21c4c
commit fd15eb21ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,9 +4,9 @@ services:
image: postgres:17
user: root
environment:
- POSTGRES_USER=odoo
- POSTGRES_PASSWORD=odoo18@2024
- POSTGRES_DB=postgres
- POSTGRES_USER=emf
- POSTGRES_PASSWORD=emfforever
- POSTGRES_DB=emf1995
restart: always # run as a service
volumes:
- ./postgresql:/var/lib/postgresql/data
@ -23,8 +23,8 @@ services:
command: --
environment:
- HOST=db
- USER=odoo
- PASSWORD=odoo18@2024
- USER=emf
- PASSWORD=emfforever
- PIP_BREAK_SYSTEM_PACKAGES=1
volumes:
#- /etc/timezone:/etc/timezone:ro
@ -33,4 +33,4 @@ services:
- ./addons:/mnt/extra-addons
- ./etc:/etc/odoo
restart: always # run as a service