chore: publish 0.1.1+7.6.0 release
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2025-05-22 15:28:35 +02:00
parent 436281f2e1
commit e78ea60291

View File

@ -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
@ -47,7 +42,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- coop-cloud.${STACK_NAME}.version=0.1.0+7.6.0
- coop-cloud.${STACK_NAME}.version=0.1.1+7.6.0
mongodb:
image: docker.io/bitnami/mongodb:7.0
volumes:
@ -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