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..

Hello all, does anyone have any experience getting vuestorefront to work with spryker in a docker se

ULW0Z4150
ULW0Z4150 Posts: 69 🧑🏻‍🚀 - Cadet

Hello all,
does anyone have any experience getting vuestorefront to work with spryker in a docker setup?

Comments

  • UK5DS29L2
    UK5DS29L2 Posts: 546 🧑🏻‍🚀 - Cadet
    1. You need to create network
    2. modify both docker-compose files and add them to one network:
    networks:
     default:
      external:
       name: vsf-spryker-network
    
    1. add new node to vuesf docker-compose:
    extra_hosts:
      - "zed.en.suite.local:123.123.123.123"
    
    1. fire up docker for spryker, check its ip
    2. update vuesf docker-compose file with new docker internal ip
      6 run vuesf docker instance
  • Christian von Schassen
    Christian von Schassen Director Partner Succcess Management Sprykee Posts: 33 🧑🏻‍🚀 - Cadet
    edited May 2020

    Good explanation, thanks Jan 👍