Cassandra database used
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
Pavel Kachalouski
2019-11-03 20:28:02 +01:00
parent b5917d92af
commit f8f1752d7c
6 changed files with 47 additions and 26 deletions

View File

@@ -18,6 +18,7 @@ lazy val `telegram-bot-delivery` = (project in file("."))
akkaHttp,
akkaStream,
akkaPersistence,
akkaPersistenceCassandra,
levelDbJni,
circleCore,
circleGeneric,
@@ -31,6 +32,7 @@ lazy val `telegram-bot-delivery` = (project in file("."))
Docker / daemonUserUid := Some("1001"),
Docker / daemonUser := "telegram-bot",
Docker / defaultLinuxInstallLocation := "/opt/telegram-bot-delivery",
version := "1.0.1"
)
.enablePlugins(JavaServerAppPackaging)
.enablePlugins(DockerPlugin)