From da652c7a06568b8cad479b8e53b99073750f805f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Ant=C3=B3nio?= Date: Thu, 28 Nov 2024 15:58:12 +0000 Subject: [PATCH] first commit (#258) --- config.example.toml | 2 +- docker-compose.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config.example.toml b/config.example.toml index 80e433d4..b35f33de 100644 --- a/config.example.toml +++ b/config.example.toml @@ -23,7 +23,7 @@ cursor_path = "./cursor.toml" [atoma_state] # Path inside the container # Replace the placeholder values with the ones for your local environment (in the .env file) -database_url = "postgres://:@localhost:5432/" +database_url = "postgres://:@postgres-db:5432/" [atoma_daemon] service_bind_address = "0.0.0.0:3001" diff --git a/docker-compose.yaml b/docker-compose.yaml index 9d85e2d5..8cad90b2 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -78,7 +78,6 @@ services: depends_on: postgres-db: condition: service_started - required: false vllm: condition: service_started required: false