Skip to content

Commit b148c5d

Browse files
committed
Update docker image to 'standard' version
1 parent fc85340 commit b148c5d

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

docker-compose_armadillo.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ services:
33
hostname: armadillo
44
ports:
55
- 8080:8080
6-
image: datashield/armadillo_citest:latest
6+
image: molgenis/molgenis-armadillo:latest
7+
# image: datashield/armadillo_citest:latest
78
environment:
89
LOGGING_CONFIG: 'classpath:logback-file.xml'
910
AUDIT_LOG_PATH: '/app/logs/audit.log'

docker-compose_opal.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
services:
22
opal:
3-
image: datashield/opal_citest:latest
3+
image: obiba/opal:latest
4+
# image: datashield/opal_citest:latest
45
ports:
56
- 8443:8443
67
- 8080:8080

0 commit comments

Comments
 (0)