Skip to content

Commit

Permalink
chore: add environment variables to compose
Browse files Browse the repository at this point in the history
  • Loading branch information
juddisjudd committed May 3, 2024
1 parent 3398c66 commit 528bfd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ services:
- db-data:/app/prisma
environment:
- DATABASE_URL=file:/app/prisma/data.db
- TOKEN=${TOKEN}
- GUILD_ID=${GUILD_ID}
- CLIENT_ID=${CLIENT_ID}

watchtower:
image: containrrr/watchtower
Expand Down

0 comments on commit 528bfd7

Please sign in to comment.