Docker Compose depends_on fix

This commit is contained in:
headlessdev 2025-04-20 17:16:10 +02:00
parent 4a647ac19b
commit 7f2ebf6129
2 changed files with 0 additions and 6 deletions

View File

@ -60,9 +60,6 @@ services:
environment: environment:
JWT_SECRET: RANDOM_SECRET # Replace with a secure random string JWT_SECRET: RANDOM_SECRET # Replace with a secure random string
DATABASE_URL: "postgresql://postgres:postgres@db:5432/postgres" DATABASE_URL: "postgresql://postgres:postgres@db:5432/postgres"
depends_on:
- db
- agent
agent: agent:
image: haedlessdev/corecontrol-agent:latest image: haedlessdev/corecontrol-agent:latest

View File

@ -6,9 +6,6 @@ services:
environment: environment:
JWT_SECRET: RANDOM_SECRET # Replace with a secure random string JWT_SECRET: RANDOM_SECRET # Replace with a secure random string
DATABASE_URL: "postgresql://postgres:postgres@db:5432/postgres" DATABASE_URL: "postgresql://postgres:postgres@db:5432/postgres"
depends_on:
- db
- agent
agent: agent:
image: haedlessdev/corecontrol-agent:latest image: haedlessdev/corecontrol-agent:latest