Skip to content

Commit

Permalink
update ELN to v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
harivyasi committed Aug 3, 2023
1 parent 86f743a commit b07becc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions payload/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- chemotion

msconvert:
image: ptrxyz/chemotion:msconvert-1.7.0
image: ptrxyz/chemotion:msconvert-1.7.2
restart: unless-stopped
hostname: msconvert
volumes:
Expand All @@ -22,7 +22,7 @@ services:
- chemotion

spectra:
image: ptrxyz/chemotion:spectra-1.7.0
image: ptrxyz/chemotion:spectra-1.7.2
restart: unless-stopped
hostname: spectra
volumes:
Expand All @@ -33,7 +33,7 @@ services:
- chemotion

worker:
image: ptrxyz/chemotion:eln-1.7.0
image: ptrxyz/chemotion:eln-1.7.2
restart: unless-stopped
environment:
- CONFIG_ROLE=worker
Expand All @@ -48,7 +48,7 @@ services:
- chemotion

eln:
image: ptrxyz/chemotion:eln-1.7.0
image: ptrxyz/chemotion:eln-1.7.2
restart: unless-stopped
environment:
- CONFIG_ROLE=eln
Expand All @@ -67,7 +67,7 @@ services:
- chemotion

ketchersvc:
image: ptrxyz/chemotion:ketchersvc-1.7.0
image: ptrxyz/chemotion:ketchersvc-1.7.2
restart: unless-stopped
environment:
- CONFIG_KETCHER_URL=http://eln:4000/ketcher/
Expand All @@ -79,7 +79,7 @@ services:
- chemotion

converter:
image: ptrxyz/chemotion:converter-1.7.0
image: ptrxyz/chemotion:converter-1.7.2
restart: unless-stopped
environment:
- SECRET_KEY=imsupersecretandwanttobechanged
Expand Down

0 comments on commit b07becc

Please sign in to comment.