diff --git a/abra.sh b/abra.sh index 7c5fe57..4877365 100644 --- a/abra.sh +++ b/abra.sh @@ -1 +1 @@ -export APP_ENTRYPOINT_VERSION=v1 +export APP_ENTRYPOINT_VERSION=v2 diff --git a/compose.yml b/compose.yml index be0d121..b7a5be3 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: lukevella/rallly:2.1.1 + image: lukevella/rallly:2.2.3 networks: - proxy - internal @@ -40,7 +40,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=0.1.0+2.1.1" + - "coop-cloud.${STACK_NAME}.version=0.2.0+2.2.3" healthcheck: test: ["CMD", "curl", "-f", "http://localhost:3000"] interval: 30s diff --git a/entrypoint.sh.tmpl b/entrypoint.sh.tmpl index 7c3a502..4e6eb25 100644 --- a/entrypoint.sh.tmpl +++ b/entrypoint.sh.tmpl @@ -26,4 +26,4 @@ file_env() { file_env "SECRET_PASSWORD" file_env "SMTP_PWD" -/usr/src/app/scripts/docker-start.sh +/app/docker-start.sh