@ -1,6 +1,7 @@
version: "3.0"
services:
ceph_client:
container_name: ceph_mon
image: docker.io/ceph/daemon:latest-nautilus
devices:
- /dev/fuse
ceph_mds:
container_name: ceph_mds
#copy hostname of the host to avoid confusion in e.g. `ceph status`
hostname: ${HOSTNAME}
ceph_mgr:
container_name: ceph_mgr
@ -6,6 +6,7 @@
ceph_mon:
@ -4,6 +4,7 @@
ceph_osd_${OSD_ID}:
container_name: ceph_osd_${OSD_ID}
#copy hostname of the host to correctly calculate CRUSH map positions