https://github.com/slamdev/oldschool
https://github.com/slamdev/oldschool
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/slamdev/oldschool
- Owner: slamdev
- Created: 2021-08-18T19:05:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T05:59:51.000Z (almost 2 years ago)
- Last Synced: 2025-08-23T09:07:43.132Z (7 months ago)
- Language: Java
- Size: 171 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Local postgres
Run postgres locally:
```shell
docker run -e POSTGRES_DB=oldschool -e POSTGRES_PASSWORD=postgres -v ~/.config/oldschool-pg-data:/var/lib/postgresql/data -p 5432:5432 postgres:13.3-alpine3.14
```
Cleanup data dir:
```shell
rm -rf ~/.config/oldschool-pg-data
```