adding datomic
This commit is contained in:
@@ -3,3 +3,8 @@ services:
|
||||
database:
|
||||
ports:
|
||||
- "5432:5432"
|
||||
datomic-transactor:
|
||||
environment:
|
||||
- DATOMIC_PORT=4334
|
||||
ports:
|
||||
- 4334:4334
|
||||
|
||||
@@ -39,5 +39,13 @@ services:
|
||||
- database
|
||||
environment:
|
||||
DATABASE_URL: "postgresql://ap:fifteen-invoices-imported!@database/autoap?ssl=false"
|
||||
datomic-transactor:
|
||||
image: 679918342773.dkr.ecr.us-east-1.amazonaws.com/datomic
|
||||
environment:
|
||||
- DATOMIC_HOST=datomic-transactor
|
||||
- DATOMIC_PORT=4334
|
||||
- DATOMIC_SQL_HOST=database
|
||||
ports:
|
||||
- 4334:4334
|
||||
|
||||
|
||||
|
||||
@@ -2,8 +2,11 @@
|
||||
:description "FIXME: write description"
|
||||
:url "http://example.com/FIXME"
|
||||
:min-lein-version "2.0.0"
|
||||
:repositories {"my.datomic.com" {:url "https://my.datomic.com/repo"
|
||||
:creds :gpg}}
|
||||
:dependencies [[org.clojure/clojure "1.9.0"]
|
||||
[org.clojure/clojurescript "1.10.238"]
|
||||
[postgresql/postgresql "9.3-1102.jdbc41"]
|
||||
[compojure "1.6.0"]
|
||||
[kibu/pushy "0.3.8"]
|
||||
[bidi "2.1.2"]
|
||||
|
||||
Reference in New Issue
Block a user