services:
scylladb:
image: scylladb/scylla:2025.2
command:
volumes:
- ./scylla.yml:/etc/scylla/scylla.yaml
- ./tests/certs/ca-cert.pem:/etc/scylla/conf/ca.crt
- ./tests/certs/server-cert.pem:/etc/scylla/conf/scylla.crt
- ./tests/certs/server-key.pem:/etc/scylla/conf/scylla.key
# - ./tests/certs:/certs # debug
ports:
- 9042:9042
- 9142:9142