From 7f2ebf6129396115fe57d4a31ca6753a45cc70d0 Mon Sep 17 00:00:00 2001 From: headlessdev Date: Sun, 20 Apr 2025 17:16:10 +0200 Subject: [PATCH] Docker Compose depends_on fix --- README.md | 3 --- compose.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/README.md b/README.md index d13c9e7..0726892 100644 --- a/README.md +++ b/README.md @@ -60,9 +60,6 @@ services: environment: JWT_SECRET: RANDOM_SECRET # Replace with a secure random string DATABASE_URL: "postgresql://postgres:postgres@db:5432/postgres" - depends_on: - - db - - agent agent: image: haedlessdev/corecontrol-agent:latest diff --git a/compose.yml b/compose.yml index ea7f8c4..b833a07 100644 --- a/compose.yml +++ b/compose.yml @@ -6,9 +6,6 @@ services: environment: JWT_SECRET: RANDOM_SECRET # Replace with a secure random string DATABASE_URL: "postgresql://postgres:postgres@db:5432/postgres" - depends_on: - - db - - agent agent: image: haedlessdev/corecontrol-agent:latest