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.Zimagestitilerimage to python 3.12with #1067 merged, we will now produce a single docker image (instead of two:
titilerandtitiler-uvicorn). The new image has both Uvicorn and Gunicorn available:Uvicorn
Gunicorn
To ensure compatibility for those using
titiler:latestwe've set theCMDwithin 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
commandoption in docker run or docker-composeBeta Was this translation helpful? Give feedback.
All reactions