Skip to content

Commit

Permalink
first commit (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeantonio21 authored Nov 28, 2024
1 parent c0ad6a7 commit da652c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion config.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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://<POSTGRES_USER>:<POSTGRES_PASSWORD>@localhost:5432/<POSTGRES_DB>"
database_url = "postgres://<POSTGRES_USER>:<POSTGRES_PASSWORD>@postgres-db:5432/<POSTGRES_DB>"

[atoma_daemon]
service_bind_address = "0.0.0.0:3001"
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ services:
depends_on:
postgres-db:
condition: service_started
required: false
vllm:
condition: service_started
required: false
Expand Down

0 comments on commit da652c7

Please sign in to comment.