Skip to content

Commit 433542a

Browse files
committed
fix: enabled cli and respredict on the dev docker compose file
1 parent 7b824d7 commit 433542a

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

ops/docker-compose-dev.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,21 @@ services:
3232
env_file:
3333
- ./.env
3434

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+
entrypoint: /bin/sh
44+
stdin_open: true
45+
tty: true
46+
container_name: nmr-respredict
47+
volumes:
48+
- shared-data:/shared
49+
3550
prometheus:
3651
image: prom/prometheus
3752
container_name: nmrkit_prometheus

0 commit comments

Comments
 (0)