Skip to content

Commit e87364d

Browse files
authored
Add extra info about test database connection (#311)
1 parent df808ce commit e87364d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/ruby-rails-postgres/.devcontainer/docker-compose.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ services:
4040
# username: postgres
4141
# password: postgres
4242
# database: myapp_development
43+
#
44+
# ...
45+
#
46+
# test:
47+
# <<: *default
48+
# host: db
49+
# username: postgres
50+
# password: postgres
51+
# database: myapp_test
4352

4453
# Add "forwardPorts": ["5432"] to **devcontainer.json** to forward PostgreSQL locally.
4554
# (Adding the "ports" property to this file will not forward from a Codespace.)

0 commit comments

Comments
 (0)