Docker composed Datomic Pro DB, Datomic Console, Datomic REST endpoint inspired by pointslope/docker-datomic-example.
- Check out this repo and cd into docker-datomic-pro folder
- Get a Datomic Pro Starter Edition license at my.datomic.com
- Set shell environment variables MY_DATOMIC_USER, MY_DATOMIC_DOWNLOAD_KEY, DATOMIC_VERSION, DATOMIC_LICENSE_KEY
- Run "docker-compose up"
- Everything should now be running. Datomic DB: datomic:dev://localhost:4334/, REST end point: localhost:8001, Console end point: localhost:9000
As is, this is intended as a Datomic development environment configuration, not for production use.