├── /ansible/ # ansible files for automated cloud install ├── /conf/ # configuration files │ ├── /caddy.conf # config for Caddy www proxy that ansible setups │ ├── /favicon.ico # site icon │ ├── ...
Build the Kotlin/Ktor application using multi-stage Docker build Start PostgreSQL 15 (port 5432) with health checks Start the API server (port 8088) once PostgreSQL is ready Create and initialize the ...