Skip to content

Commit

Permalink
Bump jaws admin to 4.6.5
Browse files Browse the repository at this point in the history
Load data from Oracle now instead of from alarms GitHub data repo
  • Loading branch information
slominskir committed May 22, 2024
1 parent 93db039 commit 04325fa
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions jlab/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@ services:
- BOOTSTRAP_SERVERS=kafka:9092
- SCHEMA_REGISTRY=http://registry:8081
- LOGLEVEL=INFO
- ALARM_LOCATIONS=https://raw.githubusercontent.com/JeffersonLab/alarms/main/locations
- ALARM_CATEGORIES=https://raw.githubusercontent.com/JeffersonLab/alarms/main/categories
- ALARM_CLASSES=https://raw.githubusercontent.com/JeffersonLab/alarms/main/classes
- ALARM_INSTANCES=https://raw.githubusercontent.com/JeffersonLab/alarms/main/instances
- ALARM_INSTANCES_URL_CSV=aperture,bcm,beamdump,bels,blm,box,bpm,camac,crates,cryo,dempow,gun,harp,helicity,ioc,ion,laser,lcw,misc,mo,odh,radcon,rf,rfsep,trim,vacuum
- ALARM_OVERRIDES=https://raw.githubusercontent.com/JeffersonLab/alarms/main/overrides

effective:
image: jeffersonlab/jaws-effective-processor:4.4.0
Expand Down Expand Up @@ -138,7 +132,7 @@ services:
- SCHEMA_REGISTRY=http://registry:8081

admin:
image: jeffersonlab/jaws-admin-gui:4.6.4
image: jeffersonlab/jaws-admin-gui:4.6.5
hostname: admin
container_name: admin
depends_on:
Expand Down

0 comments on commit 04325fa

Please sign in to comment.