Skip to content

Commit be747f1

Browse files
committed
Align docker composes with latest v6.3.6
1 parent 3e7b7c7 commit be747f1

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docker-compose_armadillo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ services:
33
hostname: armadillo
44
ports:
55
- 8080:8080
6-
image: datashield/armadillo_citest:5.11.0
6+
image: datashield/armadillo_citest:latest
77
environment:
88
LOGGING_CONFIG: 'classpath:logback-file.xml'
99
AUDIT_LOG_PATH: '/app/logs/audit.log'
1010
SPRING_SECURITY_USER_PASSWORD: 'admin'
11+
DEBUG: "FALSE"
1112
volumes:
1213
- ./tests/docker/armadillo/standard/logs:/logs
1314
- ./tests/docker/armadillo/standard/data:/data
@@ -16,7 +17,6 @@ services:
1617

1718
default:
1819
hostname: default
19-
image: datashield/rock-quebrada-lamda:latest
20-
# image: datashield/rserver-panda-lamda:devel
20+
image: datashield/rock_citest-permissive:latest
2121
environment:
2222
DEBUG: "FALSE"

docker-compose_opal.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ services:
22
opal:
33
image: datashield/opal_citest:latest
44
ports:
5-
- 8080:8080
65
- 8443:8443
6+
- 8080:8080
77
links:
88
- mongo
99
- rock
@@ -16,11 +16,11 @@ services:
1616
- ROCK_HOSTS=rock:8085
1717
- ROCK_ADMINISTRATOR_PASSWORD=foobar
1818
mongo:
19-
image: mongo:4.4.15
19+
image: mongo:8.0
2020
environment:
2121
- MONGO_INITDB_ROOT_USERNAME=root
2222
- MONGO_INITDB_ROOT_PASSWORD=foobar
2323
rock:
24-
image: datashield/rock-quebrada-lamda-permissive:latest
24+
image: datashield/rock_citest-permissive:latest
2525
environment:
2626
DEBUG: "FALSE"

0 commit comments

Comments
 (0)