Does anyone have any sample project for deployment...
# ktor
a
Does anyone have any sample project for deployment of ktor server using docker-compose? the official documentation isnt helpful for docker-compose.
b
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.
a
hey, thanks. this worked 👍