Skip to content

Commit 5d6493f

Browse files
committed
pass drizzle migration config
1 parent 9fab270 commit 5d6493f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/docker-compose.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ services:
4848
},
4949
"sketch-templater": {
5050
"ingress_domain": "test.ingress.domain"
51+
},
52+
"opensensemap-migrations": {
53+
"db": {
54+
"database_url": "postgresql://postgres:postgres@db:5432/opensensemap"
55+
}
5156
}
5257
}
5358
depends_on:

0 commit comments

Comments
 (0)