Skip to content

Conversation

@weiji14
Copy link
Member

@weiji14 weiji14 commented Oct 14, 2025

What I am changing

  • Add titiler service and update some docs

How I did it

  • Copy titiler service YAML config from docker-compose.yml to deploy/vbos/docker-compose.yml, changing port mapping from 8002:8000 to 8000:80.
  • Update some docs in the README.md files

How you can test it

  • Run docker compose -f deploy/vbos/docker-compose.yml up --build vbos-backend titiler locally, and check that http://localhost:8000 page show Titiler

Related Issues

Closes #13

Also change port mapping from 8002:8000 to 8000:80.
Update some docker commands, link to docker engine and compose install pages, update status badge.
@weiji14 weiji14 requested a review from geohacker October 14, 2025 04:25
@geohacker
Copy link
Member

@weiji14 thank you for getting this PR started. I made the following changes:

  • Put back the titiler in docker-compose.yml — this is used for local dev and we shouldn't remove. The deploy/ docker compose file is only used for deployment.
  • Use titiler command to run the service and adjust port
  • Add caddy labels for domain and point DNS in our route53

@geohacker geohacker marked this pull request as ready for review October 14, 2025 10:10
@weiji14
Copy link
Member Author

weiji14 commented Oct 14, 2025

Thanks for setting up the caddy networking stuff. I'll merge this in now 🚀

@weiji14 weiji14 merged commit 473dd74 into main Oct 14, 2025
3 checks passed
@weiji14 weiji14 deleted the titiler branch October 31, 2025 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add titiler service

3 participants