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

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

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
```