mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 07:28:09 -05:00
11 lines
158 B
YAML
11 lines
158 B
YAML
version: '3'
|
|
|
|
services:
|
|
cassandra:
|
|
image: cassandra
|
|
volumes:
|
|
- ./cassandra.yaml:/etc/cassandra/cassandra.yaml
|
|
ports:
|
|
- "9042:9042"
|
|
|