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
- Host: GitHub
- URL: https://github.com/anh0701/postgres-compose
- Owner: anh0701
- License: mit
- Created: 2023-12-21T00:48:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-28T14:51:25.000Z (3 months ago)
- Last Synced: 2026-03-28T17:15:39.918Z (3 months ago)
- Topics: docker-compose, postgresql
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.org
- License: LICENSE
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