/withdata

Primary LanguagePython

PROJECT NAME : withdata

How to use postgre_compose.yml file?

for compose up/down:

    $ docker-compose -f postgre_compose.yml up | down

for start/stop container :

    $ docker start | stop <container id> [ <container id2> <container id3> ...]

How to connect PostgreDB?

alt text

REFERENCES:

https://linuxhint.com/postgresql_docker/