Skip to content

Commit

Permalink
debugging start with supervisor script
Browse files Browse the repository at this point in the history
  • Loading branch information
yokwejuste committed Aug 8, 2024
1 parent cf8dc48 commit b6232d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

source /home/ubuntu/aws-django-redis/venv/bin/activate
exec gunicorn --workers 3 --bind unix:/home/ubuntu/aws-django-redis/aws-django-redis.sock my_schedular.wsgi:application
exec gunicorn --workers 3 --bind 0.0.0.0:8000 my_schedular.wsgi:application

0 comments on commit b6232d8

Please sign in to comment.