Does anyone have any sample project for deployment of ktor server using docker-compose? the official documentation isnt helpful for docker-compose.
b
Bruce Hamilton
11/23/2024, 7:21 AM
You could check out https://github.com/bjhham/ktor-chat
It's got two Ktor services (rest, admin), postgres, and adminer, then uses Compose Multiplatform on the front-end, and amper (+ gradle) for building.