|
|
@ -2,7 +2,7 @@ version: "3.0"
|
|
|
|
services:
|
|
|
|
services:
|
|
|
|
ceph_mgr:
|
|
|
|
ceph_mgr:
|
|
|
|
container_name: ceph_mgr
|
|
|
|
container_name: ceph_mgr
|
|
|
|
image: quay.io/ceph/daemon:latest-octopus
|
|
|
|
image: quay.io/ceph/daemon:latest-quincy
|
|
|
|
#copy hostname of the host to avoid confusion in e.g. `ceph status`
|
|
|
|
#copy hostname of the host to avoid confusion in e.g. `ceph status`
|
|
|
|
hostname: ${HOSTNAME}
|
|
|
|
hostname: ${HOSTNAME}
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
@ -13,4 +13,4 @@ services:
|
|
|
|
- ceph
|
|
|
|
- ceph
|
|
|
|
networks:
|
|
|
|
networks:
|
|
|
|
ceph:
|
|
|
|
ceph:
|
|
|
|
external: true
|
|
|
|
external: true
|
|
|
|