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

Allow custom ports for postserve/tileserver #887

Merged
merged 2 commits into from
May 26, 2020
Merged

Commits on May 22, 2020

  1. Allow custom ports for postserve/tileserver

    * `make start-postserve PPORT=8000`
    * `make start-tileserver TPORT=9000`
    
    Note that both ports need to be the same on host and inside the docker container because the services include a URL to the tiles as part of their manifest.
    nyurik committed May 22, 2020
    Configuration menu
    Copy the full SHA
    43dc474 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    895918d View commit details
    Browse the repository at this point in the history