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