Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 384 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 384 Bytes

Akka & Docker

sbt docker:publishLocal
docker run --name backend anistal-akka-cluster:0.1 --backend rh=<redisHost>,rp=<redisPort>ck=<customerKey>,cs=<customerSecret>,at=<accessToken>,ats=<accessTokenSecret>
docker run --name frontend anistal-akka-cluster:0.1 --frontend seed=<backendHost>,ck=<customerKey>,cs=<customerSecret>,at=<accessToken>,ats=<accessTokenSecret>