An open API service indexing awesome lists of open source software.

https://github.com/anh0701/postgres-compose

file postgres compose
https://github.com/anh0701/postgres-compose

docker-compose postgresql

Last synced: 3 months ago
JSON representation

file postgres compose

Awesome Lists containing this project

README

          

* usage
** Linux
1. Start docker
#+begin_src shell
chmod +x ./run-daemon.sh;
./run-daemon.sh;
#+end_src

2. Create a volume
#+begin_src shell
chmod +x ./cre-vol.sh;
./cre-vol.sh;
#+end_src

3. Create and start containers
#+begin_src shell
chmod +x ./up.sh;
./up.sh;
#+end_src

4. Stop and remove containers, networks
#+begin_src shell
chmod +x ./down.sh;
./down.sh;
#+end_src

** Windows
- run in wsl