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