Skip to content

Commit

Permalink
Code review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
pushyamig committed Jan 14, 2025
1 parent 01369c9 commit e754993
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ services:
build:
context: .
dockerfile: Dockerfile
args:
- PORT=4000
environment:
- PORT=4000
- DEBUG=True
- ALLOWED_HOSTS=${ALLOWED_HOSTS:-*}
- DEBUG=${DEBUG:-True}
env_file: ${HOME}/secrets/ccm/.env
ports:
- 4000:4000
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
gunicorn==23.0.0
mysqlclient==2.2.6
mysqlclient==2.2.7

#Django
Django==5.1.4
django-mysql==4.15.0
django-webpack-loader==3.1.1

debugpy==1.8.8
debugpy==1.8.11

whitenoise==6.8.2 # For serving static files

0 comments on commit e754993

Please sign in to comment.