diff --git a/tests/docker/docker-compose.yml b/tests/docker/docker-compose.yml index beffdb5004c..1aeafd810d6 100644 --- a/tests/docker/docker-compose.yml +++ b/tests/docker/docker-compose.yml @@ -6,7 +6,7 @@ services: - ../revad:/etc/revad working_dir: /etc/revad/ healthcheck: - test: sleep 5 + test: sleep 10 litmus: image: registry.cern.ch/docker.io/owncloud/litmus:latest environment: @@ -27,9 +27,13 @@ services: gateway: extends: revad command: -c /etc/revad/gateway.toml + volumes: + - shared-volume:/var/tmp frontend: extends: revad command: -c /etc/revad/frontend.toml + volumes: + - shared-volume:/var/tmp depends_on: gateway: condition: service_healthy @@ -45,6 +49,8 @@ services: users: extends: revad command: -c /etc/revad/users.toml + volumes: + - shared-volume:/var/tmp depends_on: gateway: condition: service_healthy @@ -125,6 +131,8 @@ services: extends: revad hostname: frontend command: -c /etc/revad/frontend-global.toml + volumes: + - shared-volume:/var/tmp depends_on: gateway: condition: service_healthy @@ -196,6 +204,8 @@ services: extends: revad hostname: users command: -c /etc/revad/ldap-users.toml + volumes: + - shared-volume:/var/tmp depends_on: gateway: condition: service_healthy