Skip to content

Commit

Permalink
update docker-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ebwinters committed May 15, 2020
1 parent d1dd839 commit 3753404
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docker-compose.dev.yml
Expand Up @@ -33,9 +33,10 @@ services:
- redis

app:
build: .
image: covidapi-app
container_name: covid-api-server
command: ["npm", "start"]
command: ["npm", "run", "start:devserver"]
restart: always
environment:
- DOCKER=true
Expand Down
6 changes: 3 additions & 3 deletions example.env
@@ -1,6 +1,6 @@
REDIS_HOST=
REDIS_PORT=
REDIS_PASSWORD=
REDIS_HOST=redis
REDIS_PORT=6379
REDIS_PASSWORD=""
SERVER_PORT=3000
INTERVAL=6e5
NYT_INTERVAL=864e5
Expand Down

0 comments on commit 3753404

Please sign in to comment.