Implementing Cassandra DB & PHP Extension

This commit is contained in:
Stefan Neuhaus
2019-07-25 08:02:59 +02:00
parent a2e997ab2a
commit 9a852e7bc7
6 changed files with 152 additions and 0 deletions

5
cassandra/Dockerfile Normal file
View File

@ -0,0 +1,5 @@
ARG CASSANDRA_VERSION=latest
FROM bitnami/cassandra:${CASSANDRA_VERSION}
LABEL maintainer="Stefan Neuhaus <https://www.github.com/stefnats>"