Add Cassandra support and update README.md

This commit is contained in:
2024-03-10 22:33:35 +04:00
parent fa999fea14
commit 89237193f4
12 changed files with 335 additions and 1 deletions

View File

@ -0,0 +1,6 @@
FROM cassandra:4
COPY init-cassandra.sh /init-cassandra.sh
RUN chmod +x init-cassandra.sh
CMD ["/init-cassandra.sh"]