We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b824d7 commit 433542aCopy full SHA for 433542a
1 file changed
ops/docker-compose-dev.yml
@@ -32,6 +32,21 @@ services:
32
env_file:
33
- ./.env
34
35
+ nmr-load-save:
36
+ image: nfdi4chem/nmr-cli:dev-latest
37
+ entrypoint: /bin/sh
38
+ stdin_open: true
39
+ tty: true
40
+ container_name: nmr-converter
41
+ nmr-respredict:
42
+ image: nfdi4chem/nmr-respredict:dev-latest
43
44
45
46
+ container_name: nmr-respredict
47
+ volumes:
48
+ - shared-data:/shared
49
+
50
prometheus:
51
image: prom/prometheus
52
container_name: nmrkit_prometheus
0 commit comments