diff --git a/abra.sh b/abra.sh index 5105ea3..01a5ee9 100644 --- a/abra.sh +++ b/abra.sh @@ -1,5 +1,5 @@ export ENTRYPOINT_VERSION=v2 -export AUTO_WIZARD_VERSION=v1 +export AUTO_WIZARD_VERSION=v2 get_setting_changes() { /custom-entrypoint.sh "rails r 'puts JSON.pretty_generate(JSON.parse(Setting.all.select{ |setting| setting.state_current != setting.state_initial }.map { |setting| {name: setting.name, value: setting.state_current[\""value\""]} } .to_json))'" diff --git a/compose.yml b/compose.yml index 361ed9f..5c7913a 100644 --- a/compose.yml +++ b/compose.yml @@ -150,7 +150,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=1.0.2+6.3.1-95" + - "coop-cloud.${STACK_NAME}.version=1.0.3+6.3.1-95" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8080"]