Skip to content

Commit

Permalink
Change port on production
Browse files Browse the repository at this point in the history
  • Loading branch information
cuducos committed Sep 18, 2018
1 parent 400ae08 commit 1e78129
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.prod.yml
Expand Up @@ -9,8 +9,8 @@ services:
env_file:
- .env
ports:
- "8080:8080"
command: ["gunicorn", "perfil.wsgi:application", "--reload", "--bind", "0.0.0.0:8080", "--workers", "1", "--log-level", "INFO", "--timeout", "180"]
- "8001:8001"
command: ["gunicorn", "perfil.wsgi:application", "--reload", "--bind", "0.0.0.0:8001", "--workers", "1", "--log-level", "INFO", "--timeout", "300"]

redis:
image: redis:4.0.11-alpine

0 comments on commit 1e78129

Please sign in to comment.