1 Commits

Author SHA1 Message Date
3wc
78975539ea fix: Avoid warnings about config names..
Some checks failed
continuous-integration/drone/pr Build is failing
..by renaming the internal names of entrypoint_sh and
entrypoint_streaming_sh.

Closes #34
2026-01-10 14:47:55 -05:00

View File

@ -22,10 +22,10 @@ services:
- "traefik.http.routers.${STACK_NAME}_web.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=3.0.0+v4.5.4"
configs: &configs
- source: entrypoint_sh
- source: entrypoint_conf
target: /usr/local/bin/entrypoint.sh
mode: 0555
- source: entrypoint_streaming_sh
- source: entrypoint_streaming_conf
target: /usr/local/bin/entrypoint_streaming.sh
mode: 0555
entrypoint: &entrypoint /usr/local/bin/entrypoint.sh
@ -222,11 +222,11 @@ networks:
external: true
configs:
entrypoint_sh:
entrypoint_conf:
name: ${STACK_NAME}_entrypoint_conf_${ENTRYPOINT_CONF_VERSION}
file: entrypoint.sh.tmpl
template_driver: golang
entrypoint_streaming_sh:
entrypoint_streaming_conf:
name: ${STACK_NAME}_entrypoint_streaming_conf_${ENTRYPOINT_STREAMING_CONF_VERSION}
file: entrypoint-streaming.sh.tmpl
template_driver: golang