Skip to content

Commit

Permalink
fix: environment variables for compose weren't set correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
juddisjudd committed May 3, 2024
1 parent 528bfd7 commit 000ef82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ services:
command: pnpm start:production
volumes:
- db-data:/app/prisma
- ./.env:/app/.env
env_file:
- ./.env
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 000ef82

Please sign in to comment.