chore: publish 0.2.0+2.2.3 release

This commit is contained in:
Moritz 2023-03-07 15:48:27 +01:00
parent df6b7c29ab
commit 4e2fc582bc
3 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
export APP_ENTRYPOINT_VERSION=v1 export APP_ENTRYPOINT_VERSION=v2

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
app: app:
image: lukevella/rallly:2.1.1 image: lukevella/rallly:2.2.3
networks: networks:
- proxy - proxy
- internal - internal
@ -40,7 +40,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect" - "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.SSLForceHost=true"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - "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: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000"] test: ["CMD", "curl", "-f", "http://localhost:3000"]
interval: 30s interval: 30s

View File

@ -26,4 +26,4 @@ file_env() {
file_env "SECRET_PASSWORD" file_env "SECRET_PASSWORD"
file_env "SMTP_PWD" file_env "SMTP_PWD"
/usr/src/app/scripts/docker-start.sh /app/docker-start.sh