Get the latest tech news
Docker Compose Isn't Enough
Docker Compose solves real problems in getting applications deployed. It causes problems when deploying many applications. We can do better.
What we need is something like docker-compose, but at a higher level of abstraction that has a concept of SQL databases, local caches, durable storage, service discovery, and resource management. This may include generating static assets (HTML, CSS), setting headers (CORS, Authentication), and breaking requests out to different ports based on their path. For operators it helps avoid waste, ensure consistent good practices, and reduces the burden of managing individual snowflake deployment configurations.
Or read this on Hacker News