Skip to content

Commit

Permalink
Oops I did it again
Browse files Browse the repository at this point in the history
  • Loading branch information
HypnoAnt committed Jan 15, 2025
1 parent c5ea9db commit 0ed2641
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
postgres/

.vscode/
.idea/

Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
- ./postgres:/var/lib/postgresql/data
environment:
- POSTGRES_DB=blockbot
- POSTGRES_PASSWORD=password

volumes:
postgres:
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ hikari==2.0.0.dev122
hikari-arc==1.1.0
ruff==0.2.0
pre-commit==3.6.0
python-dotenv==1.0.1
python-dotenv==1.0.1
asyncpg==0.30.0
sqlalchemy==2.0.36

0 comments on commit 0ed2641

Please sign in to comment.