Disable expose_port for chill configuration in defaults/main.yml

This commit is contained in:
2026-01-20 17:07:13 +01:00
parent 64d0a63e68
commit 655d0cfbcf

View File

@@ -20,7 +20,7 @@ default_chill:
chill_image_tag: v0.0.1-beta
host: 'devpms.samusocial.be'
tls_config: self_signed
expose_port: 8010 # can be false, or the port number
expose_port: false # can be false, or the port number
chill_config:
trusted_hosts: 'devpms.samusocial.be '
database_host: '172.17.17.71'