Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What are these environment variables ? #7

Open
shibakar opened this issue Mar 21, 2024 · 2 comments
Open

What are these environment variables ? #7

shibakar opened this issue Mar 21, 2024 · 2 comments

Comments

@shibakar
Copy link

Screenshot 2024-03-21 at 10 03 44 AM
@minhng92
Copy link
Owner

Hi @shibakar,

These variables pertain to the connection information for the Postgres database.

HOST represents the hostname for connection, analogous to the Docker service name.
USER and PASSWORD correspond to the Postgres user credentials.

@shibakar
Copy link
Author

@minhng92 how can I change the password of odoo17@2023 I have already added a db management tool

 pgadmin:
    image: dpage/pgadmin4
    
    environment:
      - PGADMIN_DEFAULT_EMAIL=xxxxxxxxxxx
      - PGADMIN_DEFAULT_PASSWORD=xxxxxxxx
    ports:
      - "5050:80"
    restart: always   

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants