File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
# read more about all env vars at https://docs.scrumlr.io/self-hosting/env-vars/
3
3
4
4
# # Scrumlr backend
5
- SCRUMLR_BACKEND_VERSION = 3.10.0
5
+ SCRUMLR_BACKEND_VERSION = 3.10.1
6
6
SCRUMLR_SERVER_PORT = 8080
7
7
SCRUMLR_BASE_PATH = " /api"
8
8
# # Uses the hardcoded insecure key for development
@@ -38,7 +38,7 @@ SESSION_SECRET=
38
38
SCRUMLR_ENABLE_EXPERIMENTAL_AUTH_FILE_SYSTEM_STORE =
39
39
40
40
# # Scrumlr frontend
41
- SCRUMLR_FRONTEND_VERSION = 3.10.0
41
+ SCRUMLR_FRONTEND_VERSION = 3.10.1
42
42
SCRUMLR_LISTEN_PORT = 8080
43
43
SCRUMLR_SERVER_URL = " /api"
44
44
# # Websocket URL (wss:// or ws://)
Original file line number Diff line number Diff line change 2
2
services :
3
3
scrumlr-backend :
4
4
restart : always
5
- image : " ghcr.io/inovex/scrumlr.io/scrumlr-server:${SCRUMLR_BACKEND_VERSION:-3.10.0 }"
5
+ image : " ghcr.io/inovex/scrumlr.io/scrumlr-server:${SCRUMLR_BACKEND_VERSION:-3.10.1 }"
6
6
container_name : scrumlr-backend
7
7
command :
8
8
- " /app/main"
@@ -51,7 +51,7 @@ services:
51
51
52
52
scrumlr-frontend :
53
53
restart : always
54
- image : " ghcr.io/inovex/scrumlr.io/scrumlr-frontend:${SCRUMLR_FRONTEND_VERSION:-3.10.0 }"
54
+ image : " ghcr.io/inovex/scrumlr.io/scrumlr-frontend:${SCRUMLR_FRONTEND_VERSION:-3.10.1 }"
55
55
container_name : scrumlr-frontend
56
56
environment :
57
57
SCRUMLR_LISTEN_PORT : " ${SCRUMLR_LISTEN_PORT:-8080}"
You can’t perform that action at this time.
0 commit comments