Deploy corteza webapp and corteza server in different docker containers

Hi Community!

I would like to know if it is possible to deploy the corteza webapp and corteza server on different docker images communicating over http/https (front-end and back-end on different containers and networks). It’s possible?

When I see architecture guide ( DevOps Guide :: Corteza Docs ), my answer is yes.

But when I read the content of docker-compose file ( DevOps Guide :: Corteza Docs ) I saw only server and db services), my answer is no.

What is the correct architecture? Can the application be separated into different images (webapp, server and db), or is the only allowed division into two containers (serve and db)?

Regards,
Ricardo

1 Like