Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nuovotaka/rails-nginx-pod

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

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

Last synced: 4 days ago
JSON representation

podman rails7 ruby-on-rails postgresql pgadmin4 nginx

Awesome Lists containing this project

README

        

Podman compose で Rails 環境を構築する。
HOST:MacOS(intel)
Podman desktop を利用します。こちらに関してはそれぞれ公式よりインストールしてください。

こちらで使用する DB は`postgresql`です。
クローン後のコマンドは下記です。

```
podman compose build
```

```
podman compose up -d
```

コンテナ内に入るコマンドが下記です。

```
podman compose run web bash
```

コンテナ内で下記のコマンドを実行します。

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

コンテナを抜ける

```
exit
```

podman desktop で web のゴミを削除する
`localhost:80`にアクセスすると初期画面が表示されると思います。

pgadmin4 でのアクセスは下記

```
メールアドレス:[email protected]
パスワード:password
```

となっています。