fix: add missing key

This commit is contained in:
cellarspoon 2021-12-13 14:16:57 +01:00
parent 81582f6da6
commit 08172bf386
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -26,7 +26,8 @@ networks:
proxy: proxy:
external: true external: true
config_json: configs:
name: ${STACK_NAME}_config_json_${CONFIG_JSON_VERSION} config_json:
file: config.json.tmpl name: ${STACK_NAME}_config_json_${CONFIG_JSON_VERSION}
template_driver: golang file: config.json.tmpl
template_driver: golang