Compare commits

...

1 Commits

Author SHA1 Message Date
Nybkox
a22013f154 feat: add user/password to cassandra image 2025-03-06 18:37:54 +01:00
2 changed files with 6 additions and 0 deletions

View File

@@ -31,6 +31,9 @@ services:
image: cassandra:5.0.2
ports:
- 15942:9042
environment:
- CASSANDRA_USER=root
- CASSANDRA_PASSWORD=password
# clickhouse:
# image: bitnami/clickhouse:24.8.4

View File

@@ -111,3 +111,6 @@ jobs:
image: cassandra:5.0.2
ports:
- 15942:9042
env:
- CASSANDRA_USER=root
- CASSANDRA_PASSWORD=password