We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 276788f commit c868867Copy full SHA for c868867
docker-compose.yml
@@ -28,12 +28,14 @@ services:
28
env_file:
29
- ./.env
30
nmr-load-save:
31
- #build: ./app/scripts/nmr-cli
+ # build: ./app/scripts/nmr-cli
32
image: nfdi4chem/nmr-cli:dev-latest
33
entrypoint: /bin/sh
34
stdin_open: true
35
tty: true
36
container_name: nmr-converter
37
+ volumes:
38
+ - shared-data:/shared
39
nmr-respredict:
40
#build: ./app/scripts/nmr-respredict
41
image: nfdi4chem/nmr-respredict:dev-latest
0 commit comments