Commit db1aeed1 authored by Horacio Castellaro's avatar Horacio Castellaro
Browse files

Update docker-compose.yml

parent fc58b67a
No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
......@@ -4,7 +4,8 @@ services:
django:
build: ./src
container_name: django_data_manager
command: bash -c "python manage.py migrate && python manage.py runserver 0.0.0.0:8000 --timeout 300"
#command: bash -c "python manage.py migrate && python manage.py runserver 0.0.0.0:8000"
command: bash -c "python manage.py migrate && gunicorn config.wsgi:application --bind 0.0.0:8000 --timeout 300"
volumes:
- ./src:/usr/src/app/
- ./static:/public/static/
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment