|
|
|
Ask HN: Should I use Docker?
|
|
2 points
by hacknrk
3278 days ago
|
|
I am building an internal server for my company in Flask. As of now I have successfully deployed it to a Digital Ocean droplet, configured nginx and WSGI and got it running. Another developer is building a React app to interact with my server's API which I think I will deploy on the same droplet too. Because it's just an internal app, I only use one droplet. I don't know whether I should use Docker to containerize both the server and client apps or just put them on the same machine as two monolithic applications. I heard the good practice these days is to use Docker and microservices but I don't want to overengineer things. |
|