From 92c3bcf27eb9ff926afa740bb1bbf2caa8d02f66 Mon Sep 17 00:00:00 2001 From: Philipp Rothmann Date: Mon, 24 Apr 2023 11:50:41 +0200 Subject: [PATCH] chore: cleanup --- compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 29f1518..adc6099 100644 --- a/compose.yml +++ b/compose.yml @@ -36,7 +36,6 @@ services: - admin_password depends_on: - db - #entrypoint: ['tail', '-f', '/dev/null'] entrypoint: /docker-entrypoint.sh #healthcheck: # test: curl -s -o /dev/null http://localhost:8001 || exit 1 @@ -102,10 +101,13 @@ secrets: admin_password: external: true name: ${STACK_NAME}_admin_password_${SECRET_ADMIN_PASSWORD_VERSION} + networks: proxy: external: true internal: + + configs: entrypoint_conf: name: ${STACK_NAME}_entrypoint_${ENTRYPOINT_CONF_VERSION}