Default db config

This commit is contained in:
Ryan W
2021-11-13 17:23:06 -08:00
parent 85d33da9bb
commit 66e66d8c26
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
PGHOST=db
PGUSER=postgres
PGPASSWORD=changeme
+1
View File
@@ -20,6 +20,7 @@ This app demonstrates Rails 7 with PostgreSQL, import maps, turbo, stimulus and
## Initial setup
```
cp .env.example .env
docker compose build
docker compose run --rm web bin/rails db:setup
```