Skip to content

Commit

Permalink
set the outbreak date in the docker-compose stack #2712
Browse files Browse the repository at this point in the history
  • Loading branch information
iamleeg committed Jun 10, 2022
1 parent 7191936 commit 4712973
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ services:
DB_CONNECTION_STRING: "mongodb://mongo:27017/covid19"
LOCATION_SERVICE_URL: "http://geocoding:8080"
MAPBOX_TOKEN: "${MAPBOX_TOKEN}"
OUTBREAK_DATE: "2019-11-01"
healthcheck:
test: ["CMD", "curl", "-f", "http://data:3000"]
interval: 30s
Expand Down

0 comments on commit 4712973

Please sign in to comment.