diff --git a/templates.d/haproxy/fqdn_context.env b/templates.d/haproxy/fqdn_context.env index 71419af..45a04cf 100644 --- a/templates.d/haproxy/fqdn_context.env +++ b/templates.d/haproxy/fqdn_context.env @@ -5,3 +5,7 @@ {% for key in ls(VAULT_KEY|add:"/data") %} {{key}}={{ getv(VAULT_KEY|add:"/data/"|add:key) }} {% endfor %} + +# Other available defaults +# RESTARTPOLICY=unless-stopped +# TIMEZONE=Etc/UTC diff --git a/templates.d/paperless_ngx/fqdn_context.env b/templates.d/paperless_ngx/fqdn_context.env index fa7720f..ad31b61 100644 --- a/templates.d/paperless_ngx/fqdn_context.env +++ b/templates.d/paperless_ngx/fqdn_context.env @@ -11,3 +11,5 @@ # USERMAP_GID=1000 # PAPERLESS_FORCE_SCRIPT_NAME=/PATHPREFIX # PAPERLESS_STATIC_URL=/PATHPREFIX/static/ # trailing slash required +# RESTARTPOLICY=unless-stopped +# TIMEZONE=Etc/UTC diff --git a/templates.d/rundeck/fqdn_context.env b/templates.d/rundeck/fqdn_context.env index 71419af..45a04cf 100644 --- a/templates.d/rundeck/fqdn_context.env +++ b/templates.d/rundeck/fqdn_context.env @@ -5,3 +5,7 @@ {% for key in ls(VAULT_KEY|add:"/data") %} {{key}}={{ getv(VAULT_KEY|add:"/data/"|add:key) }} {% endfor %} + +# Other available defaults +# RESTARTPOLICY=unless-stopped +# TIMEZONE=Etc/UTC diff --git a/templates.d/signal_cli_rest_api/fqdn_context.env b/templates.d/signal_cli_rest_api/fqdn_context.env index ae7a3f4..47c1ae4 100644 --- a/templates.d/signal_cli_rest_api/fqdn_context.env +++ b/templates.d/signal_cli_rest_api/fqdn_context.env @@ -7,3 +7,7 @@ {% endfor %} # Only when MODE is not "json-rpc": # AUTO_RECEIVE_SCHEDULE=0 22 * * * + +# Other available defaults +# RESTARTPOLICY=unless-stopped +# TIMEZONE=Etc/UTC diff --git a/templates.d/snipeit/fqdn_context.env b/templates.d/snipeit/fqdn_context.env index 56f1258..67bf9d8 100644 --- a/templates.d/snipeit/fqdn_context.env +++ b/templates.d/snipeit/fqdn_context.env @@ -7,3 +7,7 @@ {% endfor %} # Set to true when needed for temporary debugging APP_DEBUG=false + +# Other available defaults +# RESTARTPOLICY=unless-stopped +# TIMEZONE=Etc/UTC diff --git a/templates.d/traccar/fqdn_context.env b/templates.d/traccar/fqdn_context.env index 71419af..45a04cf 100644 --- a/templates.d/traccar/fqdn_context.env +++ b/templates.d/traccar/fqdn_context.env @@ -5,3 +5,7 @@ {% for key in ls(VAULT_KEY|add:"/data") %} {{key}}={{ getv(VAULT_KEY|add:"/data/"|add:key) }} {% endfor %} + +# Other available defaults +# RESTARTPOLICY=unless-stopped +# TIMEZONE=Etc/UTC diff --git a/templates.d/zabbixserver/fqdn_context.env b/templates.d/zabbixserver/fqdn_context.env index 8f40fc0..9b34a70 100644 --- a/templates.d/zabbixserver/fqdn_context.env +++ b/templates.d/zabbixserver/fqdn_context.env @@ -7,3 +7,7 @@ {% endfor %} # When needed for temporary debugging # ZBX_DEBUGLEVEL=4 + +# Other available defaults +# RESTARTPOLICY=unless-stopped +# TIMEZONE=Etc/UTC