We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc85340 commit b148c5dCopy full SHA for b148c5d
2 files changed
docker-compose_armadillo.yml
@@ -3,7 +3,8 @@ services:
3
hostname: armadillo
4
ports:
5
- 8080:8080
6
- image: datashield/armadillo_citest:latest
+ image: molgenis/molgenis-armadillo:latest
7
+# image: datashield/armadillo_citest:latest
8
environment:
9
LOGGING_CONFIG: 'classpath:logback-file.xml'
10
AUDIT_LOG_PATH: '/app/logs/audit.log'
docker-compose_opal.yml
@@ -1,6 +1,7 @@
1
services:
2
opal:
- image: datashield/opal_citest:latest
+ image: obiba/opal:latest
+# image: datashield/opal_citest:latest
- 8443:8443
0 commit comments