diff --git a/docker/docker-compose.yml.m4 b/docker/docker-compose.yml.m4 index d29eddff7..023989d60 100644 --- a/docker/docker-compose.yml.m4 +++ b/docker/docker-compose.yml.m4 @@ -111,12 +111,6 @@ services: server: << : *default-osserver - # Below is the default command. You can uncomment it to override the - # number of workers, for example: - # command: "gunicorn -w 8 --preload -b 0.0.0.0:8000 openslides.wsgi" - # - # Uncomment the following line to use daphne instead of gunicorn: - # command: "daphne -b 0.0.0.0 -p 8000 openslides.wsgi" depends_on: - server-setup environment: diff --git a/docker/docker-stack.yml.m4 b/docker/docker-stack.yml.m4 index 95ea3f9a3..2193cb876 100644 --- a/docker/docker-stack.yml.m4 +++ b/docker/docker-stack.yml.m4 @@ -110,13 +110,6 @@ services: server: << : *default-osserver - # Below is the default command. You can uncomment it to override the - # number of workers, for example: - # command: "gunicorn -w 8 --preload -b 0.0.0.0:8000 - # -k uvicorn.workers.UvicornWorker openslides.asgi:application" - # - # Uncomment the following line to use daphne instead of gunicorn: - # command: "daphne -b 0.0.0.0 -p 8000 openslides.asgi:application" environment: << : *default-osserver-env secrets: