Default db config
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
PGHOST=db
|
||||||
|
PGUSER=postgres
|
||||||
|
PGPASSWORD=changeme
|
||||||
@@ -20,6 +20,7 @@ This app demonstrates Rails 7 with PostgreSQL, import maps, turbo, stimulus and
|
|||||||
|
|
||||||
## Initial setup
|
## Initial setup
|
||||||
```
|
```
|
||||||
|
cp .env.example .env
|
||||||
docker compose build
|
docker compose build
|
||||||
docker compose run --rm web bin/rails db:setup
|
docker compose run --rm web bin/rails db:setup
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user