fix: refactor analytics

This commit is contained in:
Levente Orban
2025-08-27 16:54:28 +02:00
parent 1ea87ab3ae
commit b2e46efc68
5 changed files with 8 additions and 32 deletions

View File

@@ -34,7 +34,6 @@ services:
- '${PORT:-3000}:3000'
environment:
DATABASE_URL: postgres://${POSTGRES_USER:-cactoide}:${POSTGRES_PASSWORD:-cactoide_password}@postgres:${POSTGRES_PORT:-5432}/${POSTGRES_DB:-cactoied_database}
NODE_ENV: ${NODE_ENV:-dev}
PORT: 3000
HOSTNAME: ${HOSTNAME:-0.0.0.0}
depends_on: