Skip to content

Commit

Permalink
Fixes persist not being persisted
Browse files Browse the repository at this point in the history
  • Loading branch information
zarya committed Oct 10, 2024
1 parent 75c8194 commit 30c646c
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 30c646c

Please sign in to comment.