Skip to content

Commit

Permalink
🔧 Add database url to docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xen0Xys committed Jan 7, 2024
1 parent a3014e9 commit 716e2f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ services:
environment:
- NODE_ENV=production
- DOTENV_KEY=${DOTENV_KEY}
- DATABASE_URL=${DATABASE_URL}
deploy:
restart_policy:
condition: on-failure
Expand Down

0 comments on commit 716e2f1

Please sign in to comment.