Skip to content

Commit

Permalink
change docker co mpose
Browse files Browse the repository at this point in the history
  • Loading branch information
tookender committed Nov 2, 2023
1 parent 662cabb commit 6d7f5fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ services:
build:
context: .
dockerfile: Dockerfile
volumes:
- .:/main
depends_on:
- postgres
environment:
Expand All @@ -33,4 +35,5 @@ services:
JISHAKU_NO_DM_TRACEBACK: "True"

volumes:
pg_data:
pg_data:
.:

0 comments on commit 6d7f5fe

Please sign in to comment.