put docker role in separate repo
This commit is contained in:
parent
69cf0a1d4b
commit
bf094a02d6
4 changed files with 11 additions and 49 deletions
|
@ -1,5 +1,6 @@
|
|||
base_data_dir: /mnt/data
|
||||
base_service_dir: /srv
|
||||
domain_name_pim: pim.kunis.nl
|
||||
|
||||
# Additional open ports
|
||||
jitsi_videobridge_port: 54562
|
||||
|
@ -8,4 +9,7 @@ prometheus_port: 8081
|
|||
traefik_api_port: 8080
|
||||
internal_forgejo_port: 3000 # Needed to pull from a repository from another docker container.
|
||||
|
||||
domain_name_pim: pim.kunis.nl
|
||||
docker_daemon_config:
|
||||
default-address-pools:
|
||||
- base: "10.204.0.0/16"
|
||||
size: 24
|
||||
|
|
Reference in a new issue