We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df808ce commit e87364dCopy full SHA for e87364d
1 file changed
src/ruby-rails-postgres/.devcontainer/docker-compose.yml
@@ -40,6 +40,15 @@ services:
40
# username: postgres
41
# password: postgres
42
# database: myapp_development
43
+ #
44
+ # ...
45
46
+ # test:
47
+ # <<: *default
48
+ # host: db
49
+ # username: postgres
50
+ # password: postgres
51
+ # database: myapp_test
52
53
# Add "forwardPorts": ["5432"] to **devcontainer.json** to forward PostgreSQL locally.
54
# (Adding the "ports" property to this file will not forward from a Codespace.)
0 commit comments