OK, back to multiple lines

This commit is contained in:
decentral1se 2021-06-11 18:55:01 +02:00
parent 42fa43a010
commit 64da6d0af9
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 6 additions and 1 deletions

View File

@ -41,7 +41,12 @@ services:
target: /usr/local/bin/entrypoint.sh
mode: 0555
entrypoint: /usr/local/bin/entrypoint.sh
command: "uvicorn --host 0.0.0.0 --forwarded-allow-ips='*' --proxy-headers keycloak_collective_portal:app"
command: |
uvicorn
-k uvicorn.workers.UvicornWorker
--host 0.0.0.0
--forwarded-allow-ips='*'
--proxy-headers keycloak_collective_portal:app
networks:
proxy: