Compare commits

...

2 Commits

Author SHA1 Message Date
Nick Sellen 91ed3cf439
chore: publish 1.1.6+v4.0.13-hometown-1.1.1 release
continuous-integration/drone/push Build is passing Details
2024-02-12 22:18:27 +00:00
Nick Sellen 6f31be3458
Bump ENTRYPOINT_CONF_VERSION 2024-02-12 22:16:14 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
export ENTRYPOINT_CONF_VERSION=v7
export ENTRYPOINT_CONF_VERSION=v8
file_env() {
local var="$1"

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=1.1.5+v4.0.13-hometown-1.1.1"
- "coop-cloud.${STACK_NAME}.version=1.1.6+v4.0.13-hometown-1.1.1"
configs: &configs
- source: entrypoint_sh
target: /usr/local/bin/entrypoint.sh