|
|
|
|
|
by emilsoman
2664 days ago
|
|
Gitlab is great for someone already using it and is familiar with their configuration syntax. Dockup has these: - Seeding DBs with prod-like data is easy and works super fast so you don't have to wait around for a long time until you do a database dump/restore. We can do this in Dockup because we can maintain a pool of single-use DBs for your deployments. - Deployment form to mix and match different versions of your apps (example: you can try how branch-foo of frontend and branch-bar of backend work together) - Users who know how to write Dockerfiles can easily setup Dockup. Many of our users are project managers and QA and they find the UI easy to use. |
|