Skip to content

Commit

Permalink
Merge pull request #232 from owolabioromidayo/dockerinstallmd-update
Browse files Browse the repository at this point in the history
prevent possible CORS errors
  • Loading branch information
kshitijrajsharma authored Mar 7, 2024
2 parents 246926c + b8a2eb2 commit 5bc9139
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit 5bc9139

Please sign in to comment.