Skip to content

Commit

Permalink
🔥 Remove the environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobrunodev committed Mar 1, 2020
1 parent 0708c6b commit 5713ab7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
version: '3'
version: '3.7'

services:
app:
build: ./
volumes:
- ./:/var/www/api-email
ports:
- 5002:5002
- 3002:${PORT}
environment:
- NODE_ENV=development
- HOST=0.0.0.0
- PORT=5002
- SENDGRID_API_KEY=
- NODE_ENV
- HOST
- PORT
- SENDGRID_API_KEY
command: sh -c 'npm i && npm run dev'

0 comments on commit 5713ab7

Please sign in to comment.