Existing Postgres Container
Hey there. I'm looking to have just a central Postgres database and have successfully created a docker container just for Postgres.
When I'm working on the docker compose file i'm not sure what part I'd have to change in order for it to connect to the other database. I did chance a few of the settings already to what I thought they would have to be from what I understood from the readings.
I also have my env too. The Username and Password are the same as the Postgres database one.
When I'm working on the docker compose file i'm not sure what part I'd have to change in order for it to connect to the other database. I did chance a few of the settings already to what I thought they would have to be from what I understood from the readings.
I also have my env too. The Username and Password are the same as the Postgres database one.

