https://github.com/izumin5210/ridgepole-docker
Run ridgepole in docker
https://github.com/izumin5210/ridgepole-docker
database docker migration whalebrew
Last synced: 2 months ago
JSON representation
Run ridgepole in docker
- Host: GitHub
- URL: https://github.com/izumin5210/ridgepole-docker
- Owner: izumin5210
- License: mit
- Created: 2019-10-10T09:14:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T11:40:05.000Z (over 6 years ago)
- Last Synced: 2025-06-07T03:05:42.015Z (about 1 year ago)
- Topics: database, docker, migration, whalebrew
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/izumin5210/ridgepole
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ridgepole-docker
## Usage w/ [whalebrew](https://github.com/whalebrew/whalebrew)
```bash
DATABASE_URL=postgres://postgres:@host.docker.internal:5432/dbname
# export
ridgepole -o Schemafile -c $DATABASE_URL --export
# apply
ridgepole -o Schemafile -c $DATABASE_URL --apply
```
## Installation
```bash
whalebrew install izumin5210/ridgepole
```