2
0
forked from jmug/cactoide

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

@@ -5,7 +5,7 @@ POSTGRES_PASSWORD=cactoide_password
POSTGRES_PORT=5432
# localhost
DATABASE_URL="postgres://cactoide:cactoide_password@localhost:5432/cactoied_database"
DATABASE_URL="postgres://cactoide:cactoide_password@localhost:5432/cactoide_database"
# docker
# DATABASE_URL="postgres://cactoide:cactoide_password@postgres:5432/cactoied_database"