Skip to content

Commit

Permalink
pass drizzle migration config
Browse files Browse the repository at this point in the history
  • Loading branch information
mpfeil committed Jan 10, 2025
1 parent 9fab270 commit 5d6493f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ services:
},
"sketch-templater": {
"ingress_domain": "test.ingress.domain"
},
"opensensemap-migrations": {
"db": {
"database_url": "postgresql://postgres:postgres@db:5432/opensensemap"
}
}
}
depends_on:
Expand Down

0 comments on commit 5d6493f

Please sign in to comment.