26 lines
611 B
YAML
26 lines
611 B
YAML
version: "3"
|
|
services:
|
|
master:
|
|
image: freeipa/freeipa-server:fedora-36
|
|
volumes:
|
|
- "/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
|
- "/containers/data/freeipa/data:/data"
|
|
- "/opt/ipabackups:/var/lib/ipa/backup"
|
|
read_only: true
|
|
ports:
|
|
- 60443:443
|
|
- 389:389
|
|
- 636:636
|
|
- 88:88
|
|
- 88:88/udp
|
|
- 464:464
|
|
- 464:464/udp
|
|
- 123:123/udp
|
|
hostname: central.ipa.example.com
|
|
sysctls:
|
|
net.ipv6.conf.all.disable_ipv6: 0
|
|
logging:
|
|
driver: fluentd
|
|
options:
|
|
tag: "{{.ImageName}}|{{.Name}}|{{.ImageFullID}}|{{.FullID}}"
|