Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
GiHwan2 committed Jul 14, 2024
2 parents aad1056 + e3a1128 commit d4c3f98
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
*.log
*.log
venv
3 changes: 2 additions & 1 deletion .idea/MVStudio-Docker.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
celery:
build:
context: ./MVStudio-Backend
command: celery -A config worker --loglevel=info
command: celery -A config worker --loglevel=info --concurrency=2
depends_on:
- redis
- rabbitmq
Expand Down Expand Up @@ -114,7 +114,7 @@ services:
python manage.py migrate &&
python manage.py search_index --create &&
python manage.py search_index --rebuild -f&&
python manage.py runserver 0.0.0.0:8000"
gunicorn --bind 0.0.0.0:8000 config.wsgi:application -w 2"
frontend:
container_name: MVStudio-Frontend
Expand Down

0 comments on commit d4c3f98

Please sign in to comment.