add healthz, docker fixes, minor readme tweaks

This commit is contained in:
Nandor Magyar
2025-08-31 15:55:44 +02:00
committed by Levente Orban
parent cc8266ae6e
commit 94fffc5695
6 changed files with 41 additions and 13 deletions

View File

@@ -1,5 +1,3 @@
version: '3.8'
services:
# Database
postgres:
@@ -29,6 +27,7 @@ services:
# Application
app:
image: ghcr.io/polaroi8d/cactoide/cactoide:${APP_VERSION:-latest}
build: .
container_name: cactoide-app
ports:
- '${PORT:-5111}:3000'