File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ services:
66 image : ghcr.io/diamondlightsource/numtracker:1.0.2
77 ports :
88 - " 8406:8000"
9+ security_opt :
10+ - label=disable
911
1012 rabbitmq :
1113 image : docker.io/rabbitmq:4.0-management
@@ -18,6 +20,8 @@ services:
1820 - type : bind
1921 source : ./services/rabbitmq_plugins
2022 target : /etc/rabbitmq/enabled_plugins
23+ security_opt :
24+ - label=disable
2125
2226 keycloak :
2327 image : keycloak/keycloak:26.4
@@ -38,6 +42,8 @@ services:
3842 timeout : 5s
3943 retries : 10
4044 start_period : 30s
45+ security_opt :
46+ - label=disable
4147
4248 tiled :
4349 image : ghcr.io/bluesky/tiled:0.2.4
@@ -50,6 +56,8 @@ services:
5056 depends_on :
5157 keycloak :
5258 condition : service_healthy
59+ security_opt :
60+ - label=disable
5361
5462 opa :
5563 image : openpolicyagent/opa:edge-static-debug
@@ -59,6 +67,8 @@ services:
5967 environment :
6068 - ISSUER=http://localhost:8081/realms/master
6169 entrypoint : " sh /mnt/entrypoint.sh"
70+ security_opt :
71+ - label=disable
6272
6373 blueapi-oauth2-proxy :
6474 network_mode : host
@@ -73,6 +83,8 @@ services:
7383 depends_on :
7484 keycloak :
7585 condition : service_healthy
86+ security_opt :
87+ - label=disable
7688
7789 tiled-oauth2-proxy :
7890 network_mode : host
@@ -87,3 +99,5 @@ services:
8799 depends_on :
88100 keycloak :
89101 condition : service_healthy
102+ security_opt :
103+ - label=disable
You can’t perform that action at this time.
0 commit comments