Skip to content

Commit

Permalink
no gunicorn for docker compose test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed Oct 10, 2024
1 parent e8e2587 commit 81b2353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ services:
- "--rpc-host=0.0.0.0"
- "--api-host=0.0.0.0"
- "--catch-up=bootstrap"
- "--wsgi-server=gunicorn"
#- "--wsgi-server=gunicorn"
#- "--verbose"

###################
Expand Down Expand Up @@ -158,7 +158,7 @@ services:
- "--rpc-host=0.0.0.0"
- "--api-host=0.0.0.0"
- "--catch-up=bootstrap"
- "--wsgi-server=gunicorn"
#- "--wsgi-server=gunicorn"
#- "--verbose"

volumes:
Expand Down

0 comments on commit 81b2353

Please sign in to comment.