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

https://github.com/nuovotaka/rails7-postgresql-pod

Podman rails7 ruby-on-rails postgresql pgadmin4
https://github.com/nuovotaka/rails7-postgresql-pod

development docker-compose pgadmin4 podman podman-compose podman-desktop postgresql rails7 ruby-on-rails

Last synced: about 1 month ago
JSON representation

Podman rails7 ruby-on-rails postgresql pgadmin4

Awesome Lists containing this project

README

          

Podman compose で  rails 環境を構築する
Host は  macos(intel)
podman desktop を利用します。

podman で作成される db は`postgresql`です

```
podman compose build
```

```
podman compose up -d
```

```
podman compose run web bash

```

```
bin/rails db:create
```

```
exit
```

podman desktop で web のゴミを削除

`localhost:3000`でアクセス
初期画面が表示されると思います。

pgadmin4 でのアクセスは

```
メールアドレス:info@domain.com
パスワード:password
```

となっています。