Can someone help with deploy to aws ec2 instance? #1829
Replies: 5 comments
-
I saw this issue while struggling with the same problem. |
Beta Was this translation helpful? Give feedback.
-
@MLWhiz Thanks for your answer. |
Beta Was this translation helpful? Give feedback.
-
Same here. I was following dockerswarm.rocks and I got lost once I got into the "optional" steps since I don't what my workers/managers should be. |
Beta Was this translation helpful? Give feedback.
-
A, I missed the README.md generated. I was only looking at the README.md of this project generator. @timofeyantonenko Maybe if you ask which part exactly in README.md you are getting stuck, then more people might be able to help. |
Beta Was this translation helpful? Give feedback.
-
@timofeyantonenko In regards to a "true" production mode, from my understanding that is not generally recommended at least right now in docker's current maturity(This is based on my own research, in no way am I trying to state this as fact). Unless running in some sort of cluster(ECS, docker swarm etc). IF you where to run the docker-compose in a production environment you'd for sure want to move the DB out of docker and maybe separate the front and backend containers among many other things. If just getting the stack running in an EC2 instance via docker-compose is the problem, if you provide more details I am happy to try to help as I just setup a few instances for testing and quasi production. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I don't really know anything about
docker-swarm
.So, I don't understand even the concept of deploying this template to a simple EC2 instance (or any cloud instance).
I'm running deploy commands from
Readme.md
but nothing really works.So, right now I'm running with a simple
docker-compose up
. But I'm sure, it's not a production solution.Could you provide me some simple instructions on how to run my project (even if it's just a fresh one from this template.) in some simple cloud instance like EC2?
Sorry, if this question was very silly, and thanks for your attention.
Beta Was this translation helpful? Give feedback.
All reactions