Skip to content

Commit

Permalink
rename docker-compose -> compose (cuz who doesn't like a shorter file…
Browse files Browse the repository at this point in the history
… name that is just as clear) and pi django version 4
  • Loading branch information
dpgraham4401 committed Feb 14, 2024
1 parent c412ad3 commit 1b20819
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml → compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ services:
command: python manage.py celery_worker
depends_on:
- redis
- server
- trak
- db

celery-beat:
Expand All @@ -89,7 +89,7 @@ services:
command: python manage.py celery_beat
depends_on:
- redis
- server
- trak
- db

db:
Expand Down
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
asgiref==3.7.2
Django==5.0.2
Django==4.2.10
django-celery-results==2.5.1
django-cors-headers==4.3.1
django-extensions==3.2.3
Expand Down

0 comments on commit 1b20819

Please sign in to comment.