-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add the docker support for the installer #1843
Comments
I can fix this. |
@pkarw - Looking at the installer right now it seems like we both are starting the docker container and running the dev environment using
We also need to change the
|
Yes, You should run
Please note, that in case running the Dockerized app You need to modify the restore/migrate calls to:
|
@Cyclonecode how are things with this task ?Tomorrow's hackathon is a good moment to close it :) |
@pkarw - Completely forgot about this one, but it seems like it has been already implemented so this ticket can now be closed =) |
@Cyclonecode it's not yet done - there is just docker started in "classical way" - I mean running just elasticsearch + redis in the api. We need to modify it to have VS + VS API running 100% on Docker as a result. |
@pkarw - Ah, I looked on the code and I understand. Ok, I will try to look on this during this week. |
@Cyclonecode , what is the status of this issue? |
Would be cool to see compatibility with podman as well. |
I have had too much to do lately :) but will move this up in my todo list, actually I might look on this today. Let you know what is happening. |
What is the motivation for adding / enhancing this feature?
We're able to run the Vue Storefront + Vue Storefront API solely using docker. No other requirements.
So, would be great to add the installer option to run it using docker - without the classical workflow.
To be honest, it's even simpler than current workflow. We just need to:
In the
vue-storefront-api
:docker-compose -f docker-compose.yml -f docker-compose.nodejs.yml up -d
In the
vue-storefront
:docker-compose up -d
What are the acceptance criteria
The text was updated successfully, but these errors were encountered: