What are the Slack Archives?

Itโ€™s a history of our time together in the Slack Community! Thereโ€™s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you wonโ€™t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi, is there any documentation available, how to switch default http/https port for docker/sdk gatew

UMVENKCBF
UMVENKCBF Posts: 38 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

Hi, is there any documentation available, how to switch default http/https port for docker/sdk gateway? Reverse engineering in docker/sdk isn't nice.
A nice documented deploy.yml or sample snippet would fit my needs ๐Ÿ™‚

Comments

  • Andriy Netseplyayev
    Andriy Netseplyayev Domain Lead Solution Architecture Sprykee Posts: 519 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    is that what you are looking for?
    https://documentation.spryker.com/docs/deploy-file-reference-10
    search for
    docker: ssl:

  • Andriy Netseplyayev
    Andriy Netseplyayev Domain Lead Solution Architecture Sprykee Posts: 519 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    if thatโ€™s not what you want - please let us know, that would be a good feedback

  • UMVENKCBF
    UMVENKCBF Posts: 38 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    With current docker/sdk version it is not possible to switch default port for nginx/gateway listening.
    See index.php
    $defaultPort = $projectData['_defaultPort'] = getDefaultPort($projectData); which will return 80 | 443