Skip to content

Commit

Permalink
update payload ELN to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
harivyasi committed Jul 12, 2023
1 parent e577832 commit 6a07d35
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.6.2
image: ptrxyz/chemotion:msconvert-1.7.0
restart: unless-stopped
hostname: msconvert
volumes:
Expand All @@ -22,7 +22,7 @@ services:
- chemotion

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

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

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

ketchersvc:
image: ptrxyz/chemotion:ketchersvc-1.6.2
image: ptrxyz/chemotion:ketchersvc-1.7.0
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.6.2
image: ptrxyz/chemotion:converter-1.7.0
restart: unless-stopped
environment:
- SECRET_KEY=imsupersecretandwanttobechanged
Expand Down

0 comments on commit 6a07d35

Please sign in to comment.