Skip to content

Commit

Permalink
Update scrumlr version
Browse files Browse the repository at this point in the history
  • Loading branch information
Planlos5000 committed Jan 10, 2025
1 parent 27689b7 commit 14e99b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deployment/docker/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# read more about all env vars at https://docs.scrumlr.io/self-hosting/env-vars/

## Scrumlr backend
SCRUMLR_BACKEND_VERSION=3.10.0
SCRUMLR_BACKEND_VERSION=3.10.1
SCRUMLR_SERVER_PORT=8080
SCRUMLR_BASE_PATH="/api"
## Uses the hardcoded insecure key for development
Expand Down Expand Up @@ -38,7 +38,7 @@ SESSION_SECRET=
SCRUMLR_ENABLE_EXPERIMENTAL_AUTH_FILE_SYSTEM_STORE=

## Scrumlr frontend
SCRUMLR_FRONTEND_VERSION=3.10.0
SCRUMLR_FRONTEND_VERSION=3.10.1
SCRUMLR_LISTEN_PORT=8080
SCRUMLR_SERVER_URL="/api"
## Websocket URL (wss:// or ws://)
Expand Down
4 changes: 2 additions & 2 deletions deployment/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
services:
scrumlr-backend:
restart: always
image: "ghcr.io/inovex/scrumlr.io/scrumlr-server:${SCRUMLR_BACKEND_VERSION:-3.10.0}"
image: "ghcr.io/inovex/scrumlr.io/scrumlr-server:${SCRUMLR_BACKEND_VERSION:-3.10.1}"
container_name: scrumlr-backend
command:
- "/app/main"
Expand Down Expand Up @@ -51,7 +51,7 @@ services:

scrumlr-frontend:
restart: always
image: "ghcr.io/inovex/scrumlr.io/scrumlr-frontend:${SCRUMLR_FRONTEND_VERSION:-3.10.0}"
image: "ghcr.io/inovex/scrumlr.io/scrumlr-frontend:${SCRUMLR_FRONTEND_VERSION:-3.10.1}"
container_name: scrumlr-frontend
environment:
SCRUMLR_LISTEN_PORT: "${SCRUMLR_LISTEN_PORT:-8080}"
Expand Down

0 comments on commit 14e99b7

Please sign in to comment.