Fix version in compose.yml
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Nick Sellen 2023-07-24 15:50:37 +01:00
parent 31e546e9ff
commit 41358d886c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ services:
- "traefik.http.routers.${STACK_NAME}_web.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}_web.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}_web.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=0.2.3+v3.5.10-hometown-1.0.8"
- "coop-cloud.${STACK_NAME}.version=0.2.5+v3.5.10-hometown-1.0.8"
configs: &configs
- source: entrypoint_sh
target: /usr/local/bin/entrypoint.sh