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
No known key found for this signature in database
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 TRAEFIK_YML_VERSION=v7
export FILE_PROVIDER_YML_VERSION=v1 export FILE_PROVIDER_YML_VERSION=v2

View File

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