Skip to content

Commit

Permalink
v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Dec 6, 2021
1 parent bb5d06c commit d80e832
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.8'

services:
jaws:
image: slominskir/jaws:3.2.0
image: slominskir/jaws:3.2.1
environment:
ALARM_CLASSES: "base|INJ|RF|P3_MINOR|Timely operator action required|Call expert|helpdesk|/"
ALARM_REGISTRATIONS: "alarm1|base|channel1|INJ|RF|/,alarm2|base|channel2|INJ|RF|/,alarm3|special||INJ|RF|/"
2 changes: 1 addition & 1 deletion examples/compose/admin-gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
SCHEMA_REGISTRY: "http://registry:8081"

jaws:
image: slominskir/jaws:3.2.0
image: slominskir/jaws:3.2.1
tty: true
stdin_open: true
hostname: jaws
Expand Down
2 changes: 1 addition & 1 deletion examples/compose/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ services:
SCHEMA_REGISTRY: "http://registry:8081"

jaws:
image: slominskir/jaws:3.2.0
image: slominskir/jaws:3.2.1
tty: true
stdin_open: true
hostname: jaws
Expand Down
2 changes: 1 addition & 1 deletion examples/compose/effective.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
SCHEMA_REGISTRY: "http://registry:8081"

jaws:
image: slominskir/jaws:3.2.0
image: slominskir/jaws:3.2.1
tty: true
stdin_open: true
hostname: jaws
Expand Down
2 changes: 1 addition & 1 deletion examples/compose/epics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ services:
SCHEMA_REGISTRY: "http://registry:8081"

jaws:
image: slominskir/jaws:3.2.0
image: slominskir/jaws:3.2.1
tty: true
stdin_open: true
hostname: jaws
Expand Down

0 comments on commit d80e832

Please sign in to comment.