1
1
1qaz2wsx2015-02-15 11:28:00
Software Deployment
1qaz2wsx, 2015-02-15 11:28:00

How to properly deploy TEST and PROD with docker?

I have a web application that needs a database to work. How to properly deploy test and prod using docker?
nginx on the host, but then there are options:
1) 2 containers: TestAppAndDb + DropAppAndDb
2) 3 containers: TestApp + ProdApp + Db
3) 4 containers: TestApp + Db4TestApp + ProdApp + Db4ProdApp
Arguments are welcome, thanks.
PS: 1) and 3) are confusing with the need to raise 2 database instances

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question