Skip to content

Commit

Permalink
Fixes persist not being persisted (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
zarya authored Nov 5, 2024
1 parent 1065984 commit 08ce192
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
environment_settings.py
bma/.env

# local data
persist/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
1 change: 1 addition & 0 deletions docker/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
command: python src/manage.py runserver 0.0.0.0:8000
volumes:
- ..:/app
- ../persist:/persist
depends_on:
- db
environment:
Expand Down

0 comments on commit 08ce192

Please sign in to comment.