We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 450c8db commit e3d899eCopy full SHA for e3d899e
docker-compose.dev.yml
@@ -1,5 +1,7 @@
1
version: '3.7'
2
services:
3
+ # Reachable in the dev environment through
4
+ # TOOLPAD_DATABASE_URL=postgres://postgres:postgres@localhost:5432/postgres
5
postgres:
6
image: postgres:14.5
7
restart: always
0 commit comments