Use actual template language
continuous-integration/drone/push Build is failing Details

This commit is contained in:
decentral1se 2021-05-10 13:53:27 +02:00
parent 028ad6ce62
commit 2de31afe26
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
4 changed files with 5 additions and 4 deletions

View File

@ -1,2 +1,2 @@
export TRAEFIK_YML_VERSION=v6
export FILE_PROVIDER_YML_VERSION=v1
export TRAEFIK_YML_VERSION=v7
export FILE_PROVIDER_YML_VERSION=v2

View File

@ -50,10 +50,11 @@ networks:
configs:
traefik_yml:
name: ${STACK_NAME}_traefik_yml_${TRAEFIK_YML_VERSION}
file: traefik.yml
file: traefik.yml.tmpl
template_driver: golang
file_provider_yml:
name: ${STACK_NAME}_file_provider_yml_${FILE_PROVIDER_YML_VERSION}
file: file-provider.yml
file: file-provider.yml.tmpl
template_driver: golang
volumes:
letsencrypt: