mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
15 lines
473 B
YAML
15 lines
473 B
YAML
version: '3.8'
|
|
|
|
# Docker-Compose 单容器使用参考 YAML 配置文件
|
|
# 更多配置参数请参考镜像 README.md 文档中说明
|
|
services:
|
|
keepalived:
|
|
image: 'registry.cn-shenzhen.aliyuncs.com/colovu/keepalived:2.1'
|
|
privileged: true
|
|
network_mode: host
|
|
volumes:
|
|
- ./keepalived-master.conf:/srv/conf/keepalived/keepalived.conf
|
|
- ./check_harbor.sh:/srv/conf/keepalived/check_harbor.sh
|
|
container_name: keepalived
|
|
restart: on-failure
|