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 all, How would another app that is hosted on nginx be added to spryker’s nginx? I have another s

Posts: 516 🧑🏻‍🚀 - Cadet

Hi all,

How would another app that is hosted on nginx be added to spryker’s nginx? I have another service that needs to be ran along side spyker, it is a symfony app.

The question is how can I extend docker configuration to include this service.

Welcome!

It looks like you're new here. Sign in or register to get started.

Comments

  • Cloud Platform Architect Sprykee Posts: 781 🧑🏻‍🚀 - Cadet

    There is only Spryker apps and static sites supported OOTB.

    It is no easy way to integrate separate app.

    You can look at the implementation for static and replace it with specific nginx conf in static….conf.twig.

  • Posts: 516 🧑🏻‍🚀 - Cadet

    hmmm I see

  • Posts: 516 🧑🏻‍🚀 - Cadet

    thank you

  • Posts: 516 🧑🏻‍🚀 - Cadet

    I think then it would be easier to run the app in different container …

  • Posts: 516 🧑🏻‍🚀 - Cadet

    but the problem is that it depends on spryker db 🤔

  • Posts: 516 🧑🏻‍🚀 - Cadet

    and the database is ran in the private network 🤯

  • Cloud Platform Architect Sprykee Posts: 781 🧑🏻‍🚀 - Cadet

    you can attach to network

  • Cloud Platform Architect Sprykee Posts: 781 🧑🏻‍🚀 - Cadet
    edited August 2020

    It is not a problem

  • Cloud Platform Architect Sprykee Posts: 781 🧑🏻‍🚀 - Cadet

    docker run --network blah

  • Cloud Platform Architect Sprykee Posts: 781 🧑🏻‍🚀 - Cadet

    Or separate docker command.

Welcome!

It looks like you're new here. Sign in or register to get started.