From c45eda6e007de256d0d4afc1a44ef59b9db16c06 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 12 May 2022 14:22:44 +0200 Subject: [PATCH] add missing config --- compose.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/compose.yml b/compose.yml index 3e36431..533f659 100644 --- a/compose.yml +++ b/compose.yml @@ -47,6 +47,12 @@ networks: proxy: external: true +configs: + app_entrypoint: + name: ${STACK_NAME}_app_entrypoint_${APP_ENTRYPOINT_VERSION} + file: entrypoint.sh.tmpl + template_driver: golang + secrets: admin_password: external: true