mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-17 15:36:50 +00:00
Docker Compose depends_on fix
This commit is contained in:
parent
4a647ac19b
commit
7f2ebf6129
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user