Skip to content

Commit

Permalink
add titiler
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed May 15, 2024
1 parent 1c4621a commit d1533c0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ x-django-dev-env: &django-dev-env
<<: *django-env
DJANGO_SETTINGS_MODULE: config.settings.local
IPYTHONDIR: "/app/.ipython"
DJANGO_ALLOWED_HOSTS: "t2lipvdistd01"
DJANGO_CORS_ALLOWED_ORIGINS: "http://t2lipvdistd01:3000"

x-django: &django
build:
Expand Down Expand Up @@ -174,3 +176,12 @@ services:
- ./media:/media_files
ports:
- 8000:80

titiler:
image: ghcr.io/ninanor/experimental-bbox-colorscale-map-titiler:master
environment:
- TITILER_API_CORS_ORIGINS=http://localhost:3000
- TITILER_API_CACHECONTROL=no-cache
- FORWARDED_ALLOW_IPS=*
ports:
- "8989:8080"

0 comments on commit d1533c0

Please sign in to comment.