Change in TiTIler Docker Images #1070
vincentsarago
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
TL&DR
titiler-uvicorn:latest
/titiler-uvicorn:X.Y.Z
imagestitiler
image to python 3.12with #1067 merged, we will now produce a single docker image (instead of two:
titiler
andtitiler-uvicorn
). The new image has both Uvicorn and Gunicorn available:Uvicorn
Gunicorn
To ensure compatibility for those using
titiler:latest
we've set theCMD
within the dockerfile:titiler/dockerfiles/Dockerfile
Lines 23 to 30 in 5fab604
But we are no more following the env configuration from https://github.com/tiangolo/uvicorn-gunicorn-docker?tab=readme-ov-file#advanced-usage. People needing specific configuration should use the
command
option in docker run or docker-composeBeta Was this translation helpful? Give feedback.
All reactions