Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trent-001 committed Jul 22, 2024
1 parent cb1cdb2 commit b37d709
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
version: "3.8"

version: "3"
services:
app:
build:
context: .
dockerfile: Dockerfile
evobot:
image: ghcr.io/dorasto/discordbot:latest
environment:
- PNPM_HOME=/pnpm
- PATH=/pnpm:$PATH
volumes:
- .:/app
command: ["pnpm", "start"]
- DISCORD_TOKEN
- API_SERVER
- POSTGRES_URL

0 comments on commit b37d709

Please sign in to comment.