fix: Avoid warnings about config names.. #39

Open
3wordchant wants to merge 1 commits from fix/3wc/config-name-consistency into main

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