Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prevent possible CORS errors #1

Merged
merged 1 commit into from
Mar 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/Docker-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ Docker Compose is created with redis , worker , postgis database , api and fron
Frontend will be available on 5000 port , Backend will be on 8000 , Flower will be on 5500
Please open the frontend using URL `127.0.0.1:3000` instead of `localhost:3000` to ensure login functionality.
10. Want to run your local tiles ?
You can use [titler](https://github.com/developmentseed/titiler) , [gdals2tiles](https://gdal.org/programs/gdal2tiles.html) or nginx to run your own TMS server and add following to docker compose in order to access your localhost through docker containers . Add those to API and Worker . Make sure you update the .env variable accordingly
Expand Down