chore: cleanup
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Philipp Rothmann 2023-04-24 11:50:41 +02:00
parent 5c4f6098bf
commit 92c3bcf27e
1 changed files with 3 additions and 1 deletions

View File

@ -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}