Fix Readme.md

This commit is contained in:
headlessdev
2025-04-14 15:57:52 +02:00
parent ebefb45fe6
commit 0a41d27701

View File

@@ -52,7 +52,7 @@ services:
LOGIN_PASSWORD: "SecretPassword"
JWT_SECRET: RANDOM_SECRET
ACCOUNT_SECRET: RANDOM_SECRET
DATABASE_URL: "postgresql://postgres:postgres@db:5432/postgres?sslmode=require&schema=public"
DATABASE_URL: "postgresql://postgres:postgres@db:5432/postgres"
depends_on:
- db
- agent
@@ -60,7 +60,7 @@ services:
agent:
image: haedlessdev/corecontrol-agent:latest
environment:
DATABASE_URL: "postgresql://postgres:postgres@db:5432/postgres?sslmode=require&schema=public"
DATABASE_URL: "postgresql://postgres:postgres@db:5432/postgres"
db:
image: postgres:17