2
0
forked from jmug/cactoide

fix minor port, docs inconsistencies

Signed-off-by: Nandor Magyar <nandormagyar.it@gmail.com>
This commit is contained in:
Nandor Magyar
2025-10-24 15:08:41 +02:00
parent 75fa7a9528
commit bb573c603a
4 changed files with 18 additions and 8 deletions

13
.env.docker.example Normal file
View File

@@ -0,0 +1,13 @@
# Postgres configuration
POSTGRES_DB=cactoide_database
POSTGRES_USER=cactoide
POSTGRES_PASSWORD=cactoide_password
POSTGRES_PORT=5432
# Application configuration
DATABASE_URL="postgres://cactoide:cactoide_password@postgres:5432/cactoide_database"
APP_VERSION=latest
PORT=5173
HOSTNAME=0.0.0.0
PUBLIC_LANDING_INFO=true