Skip to content

Commit

Permalink
time
Browse files Browse the repository at this point in the history
  • Loading branch information
vascoguita committed Feb 23, 2023
1 parent e1da0c7 commit 56dddf1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion tests/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 56dddf1

Please sign in to comment.