This adds Dockerfiles to create a base image from which docker images for the api server and data collector are built. It will also build and initialize a shared sqlite data volume if specified.
It would be good to try this out in more environments; I've tested it with the test file and manually and it looks good, but I didn't test it with swag or with a non-sqlite data URI.
I also need an example of a non-sqlite database URI for the documentation.
Run "make help" for documentation.
This adds Dockerfiles to create a base image from which docker images for the api server and data collector are built. It will also build and initialize a shared sqlite data volume if specified.
It would be good to try this out in more environments; I've tested it with the test file and manually and it looks good, but I didn't test it with swag or with a non-sqlite data URI.
I also need an example of a non-sqlite database URI for the documentation.