create docker for the API

This commit is contained in:
2025-03-27 06:35:53 +01:00
parent 77be521627
commit e4ffd7792b
10 changed files with 83 additions and 46 deletions

View File

@@ -1,3 +1,13 @@
ktor {
deployment {
port = 8080
host = 0.0.0.0
}
application {
modules = [ eventDemo.configuration.ConfigureKt.configure ]
}
}
jwt {
secret = "secret"
secret = ${?JWT_SECRET}