Skip to content

Commit

Permalink
added cassandra port binding localhost:9042
Browse files Browse the repository at this point in the history
In order to _local_ develop astarte via `dev mode`, using [`astarte-dev-tool up`](astarte-platform#978)  or using `docker compose watch`, cassandra/scylla needs to expose the port used to connection. Otherwise, the connection are only available via cluster.

With this PR scylla/cassandra is exposed on `localhost:9042`

Signed-off-by: Gabriele Ghio <gabriele.ghio@secomind.com>
  • Loading branch information
shinnokdisengir committed Oct 10, 2024
1 parent 6e7b334 commit f48a0fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,6 @@ services:
watch:
- path: apps/astarte_trigger_engine/lib
action: rebuild
scylla:
ports:
- "9042:9042"

0 comments on commit f48a0fa

Please sign in to comment.