From 3bc68a8a30380f94bcd3b66cf9c25618cb3e21ac Mon Sep 17 00:00:00 2001 From: knoflook Date: Thu, 22 May 2025 15:29:12 +0200 Subject: [PATCH] fix: remove entrypoint --- compose.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/compose.yml b/compose.yml index a86b477..83e4118 100644 --- a/compose.yml +++ b/compose.yml @@ -19,14 +19,9 @@ services: - DEPLOY_METHOD=docker #- HTTP_PROXY=http://proxy.domain.com #- HTTPS_PROXY=http://proxy.domain.com - configs: - - source: entrypoint_conf - target: /docker-entrypoint.sh - mode: 0555 networks: - internal - proxy - #entrypoint: /docker-entrypoint.sh healthcheck: test: 'nodejs -e "http.get(''http://localhost:3000'', (res) => { console.log(''status: '', res.statusCode); if (res.statusCode == 200) { process.exit(0); } else { process.exit(1); } });"' interval: 30s @@ -70,8 +65,3 @@ secrets: admin_password: external: true name: ${STACK_NAME}_admin_password_${SECRET_ADMIN_PASSWORD_VERSION} -configs: - entrypoint_conf: - name: ${STACK_NAME}_entrypoint_${ENTRYPOINT_CONF_VERSION} - file: entrypoint.sh.tmpl - template_driver: golang