This repository contains a Dockerfile for running Datomic in a Docker container.
Pass your configuration options to postgres-transactor.properties, which connects to the postgres backend to store the data from the datomic instance.
Then, build the image:
docker build -t datomic .
We use this image as a backend of https://app.schnaq.com. It is installed on a Kubernetes cluster and is used to store the data of the application.
Copyright © 2024 – today schnaq GmbH and Contributors
Distributed under the MIT License.