mirror of
https://github.com/therealpaulgg/ssh-sync-db.git
synced 2026-04-26 16:15:57 +03:00
No description
|
|
||
|---|---|---|
| .github/workflows | ||
| migrations | ||
| .drone.yml | ||
| docker-compose.yml | ||
| Dockerfile | ||
| init.sql | ||
| LICENSE.txt | ||
| README.md | ||
Postgres Environment
This is useful for development and production.
To use, clone the repository, and simply run:
docker-compose up
It will create all tables automatically and you will have a database running on 127.0.0.1:5432. :)
If you want to ensure it is properly reset: docker-compose up --build