-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathdocker-compose.services.yml.example
More file actions
64 lines (56 loc) · 1.37 KB
/
docker-compose.services.yml.example
File metadata and controls
64 lines (56 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
services:
msconvert:
image: ${SERVICE_REPO}:msconvert-${ELN_VERSION}
restart: unless-stopped
hostname: msconvert
volumes:
- spectra:/shared:rw
networks:
- chemotion
spectra:
image: ${IMG_SPECTRA}
restart: unless-stopped
hostname: spectra
volumes:
- spectra:/shared:rw
depends_on:
- msconvert
environment:
- DEBUG=true
networks:
- chemotion
converter:
image: ${IMG_CONVERTER}
restart: unless-stopped
environment:
- SECRET_KEY=imsupersecretandwanttobechanged
- DEBUG=true
volumes:
- ./services/converter/profiles:/srv/chemotion/profiles
- ./services/converter/datasets:/srv/chemotion/datasets
networks:
- chemotion
ketchersvc:
environment:
- CONFIG_KETCHER_URL=http://eln:4000/ketcher/
image: ${IMG_KETCHERSVC}
networks:
- chemotion
restart: unless-stopped
indigo_service:
hostname: indigo_service
image: ${IMG_INDIGO:-epmlsop/indigo-service:latest}
environment:
- PYTHONPATH=${INDIGO_SERVICE_PYTHONPATH:-/srv/indigo-python}
- INDIGO_UWSGI_RUN_PARAMETERS=--plugin python3 --py-autoreload=1
- PYTHONDONTWRITEBYTECODE=1
ports:
- 8002:80
command: supervisord -n
networks:
chemotion:
volumes:
spectra:
name: chemotion_spectra
websockify-data:
name: chemotion_websockify