Skip to content

Commit

Permalink
reload and disable cache on development
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Feb 15, 2024
1 parent cf7c23f commit 695f7f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ services:
titiler:
build: ./titiler
tty: true
depends_on:
- nginx-dev
stdin_open: true
ports:
- "5002:8080"
volumes:
- ./titiler/src:/app/src
environment:
- TITILER_API_ROOT_PATH=/tiler
- TITILER_API_CACHECONTROL=no-cache
command: ["pdm", "run", "uvicorn", "src.app.app:app", "--host", "0.0.0.0", "--port", "8080", "--reload"]

jupyter:
build: ./titiler
Expand Down

0 comments on commit 695f7f3

Please sign in to comment.