Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
javtran authored Mar 16, 2024
1 parent 94e5e80 commit 7f4dd6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ services:
command: bash -l -c "npm install && npm start"
environment:
- DATABASE_URL=postgresql://postgres@db/app
- EMAIL_USER=[email protected] # Provide your email username here
- EMAIL_PASS=gdfg qkik eboa dsvs # Provide your email password here
- EMAIL_USER=# Provide your email username here
- EMAIL_PASS=# Provide your email password here
ports:
- 5000:5000 #vite
- 5100:5100 #fastify
Expand Down

0 comments on commit 7f4dd6e

Please sign in to comment.