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
- Host: GitHub
- URL: https://github.com/nuovotaka/rails7-postgresql-pod
- Owner: nuovotaka
- Created: 2024-01-27T23:34:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T05:03:29.000Z (about 2 years ago)
- Last Synced: 2025-10-09T04:06:33.351Z (5 months ago)
- Topics: development, docker-compose, pgadmin4, podman, podman-compose, podman-desktop, postgresql, rails7, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
となっています。