refactor(nginx_hls_proxy): Remove nginx_hls_proxy

This commit is contained in:
hygienic-books 2023-12-24 01:16:14 +01:00
parent b1c859e096
commit 8ef411087a

View File

@ -1,11 +0,0 @@
{% set VAULT_KEY = getenv("VAULT_KEY") %}
# This file is maintained by remco and populated with data from HashiCorp
# Vault. Changes not done in Vault will be reverted when file gets rendered.
{% for key in ls(VAULT_KEY|add:"/data") %}
{{key}}={{ getv(VAULT_KEY|add:"/data/"|add:key) }}
{% endfor %}
# Other available defaults
# RESTARTPOLICY=unless-stopped
# ULIMIT_NPROC=65535