Go to file
Arpit Mohan 15bee1679d Merge branch 'feature/docker-compose-install' into 'master'
Create docker-compose file for custom installation

Adding the maven docker container build command via Maven. This ensures that we don't need to local Docker daemon to build the container. Also, the container layers are smaller because of the usage of `jib` a maven-plugin by Google. Read more at: https://phauer.com/2019/no-fat-jar-in-docker-image/

Also adding seed data for MongoDB that allows us to ship with existing data in the database when users install our app.

See merge request theappsmith/internal-tools-server!41
2019-10-16 11:27:03 +00:00
app/server Adding mongo seed data that will be recreated whenever docker-compose causes the containers to restart 2019-10-16 11:27:02 +00:00