15 lines
379 B
YAML
15 lines
379 B
YAML
base_data_dir: /mnt/data
|
|
base_service_dir: /srv
|
|
domain_name_pim: pim.kunis.nl
|
|
|
|
# Additional open ports
|
|
jitsi_videobridge_port: 54562
|
|
git_ssh_port: 56287
|
|
prometheus_port: 8081
|
|
traefik_api_port: 8080
|
|
internal_forgejo_port: 3000 # Needed to pull from a repository from another docker container.
|
|
|
|
docker_daemon_config:
|
|
default-address-pools:
|
|
- base: "10.204.0.0/16"
|
|
size: 24
|