mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-18 07:56:57 +00:00
Fix for database deployment error
This commit is contained in:
parent
e41fa3a694
commit
7023723a16
@ -8,7 +8,7 @@ services:
|
|||||||
LOGIN_PASSWORD: "SecretPassword"
|
LOGIN_PASSWORD: "SecretPassword"
|
||||||
JWT_SECRET: RANDOM_SECRET
|
JWT_SECRET: RANDOM_SECRET
|
||||||
ACCOUNT_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:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
- agent
|
- agent
|
||||||
@ -16,7 +16,7 @@ services:
|
|||||||
agent:
|
agent:
|
||||||
image: haedlessdev/corecontrol-agent:latest
|
image: haedlessdev/corecontrol-agent:latest
|
||||||
environment:
|
environment:
|
||||||
DATABASE_URL: "postgresql://postgres:postgres@db:5432/postgres?sslmode=require&schema=public"
|
DATABASE_URL: "postgresql://postgres:postgres@db:5432/postgres"
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:17
|
image: postgres:17
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user