Skip to content

Commit 34bcc18

Browse files
committed
bump boxy to 1.48.2
1 parent 494ffd1 commit 34bcc18

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

deployment/enterprise/.sso.env.template

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ DB_ENGINE=sql
2727
DB_TYPE=postgres
2828
DB_TTL=300
2929
DB_CLEANUP_LIMIT=1000
30-
DB_MANUAL_MIGRATION=0
31-
BOXYHQ_NO_TELEMETRY=1
32-
BOXYHQ_NO_ANALYTICS=1
33-
DO_NOT_TRACK=1
34-
IDP_ENABLED=0
35-
ADMIN_PORTAL_HIDE_AUDIT_LOGS=1
36-
ADMIN_PORTAL_HIDE_IDENTITY_FEDERATION=1
30+
DB_MANUAL_MIGRATION=false
31+
BOXYHQ_NO_TELEMETRY=true
32+
BOXYHQ_NO_ANALYTICS=true
33+
DO_NOT_TRACK=true
34+
IDP_ENABLED=false
35+
ADMIN_PORTAL_HIDE_AUDIT_LOGS=true
36+
ADMIN_PORTAL_HIDE_IDENTITY_FEDERATION=true
37+
ADMIN_PORTAL_HIDE_DIRECTORY_SYNC=true

deployment/enterprise/docker-compose.sso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ networks:
44

55
services:
66
sso-server:
7-
image: boxyhq/jackson:1.45.3
7+
image: boxyhq/jackson:1.48.2
88
container_name: merginmaps-sso-server
99
restart: always
1010
env_file:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ server {
5555
# we don't want nginx trying to do something clever with
5656
# redirects, we set the Host: header above already.
5757
proxy_redirect off;
58-
proxy_pass http://sso_server:5225;
58+
proxy_pass http://sso_server;
5959
}
6060
}

0 commit comments

Comments
 (0)