Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mevljas committed Jan 19, 2025
1 parent 4803440 commit 636c469
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 @@ -2,15 +2,15 @@ name: nepremicnine-discord-bot
services:
python-bot:
build: .
env_file:
- stack.env
environment:
- DB_PATH=/db/nepremicnine_db.sqlite
- DISPLAY=:0
volumes:
- db:/db
- /tmp/.X11-unix:/tmp/.X11-unix
command: ["poetry", "run", "python", "main.py"]
env_file:
- stack.env

volumes:
db:
Expand Down

0 comments on commit 636c469

Please sign in to comment.