summaryrefslogtreecommitdiff
path: root/docker/integration_test/docker-compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docker/integration_test/docker-compose.yaml')
-rw-r--r--docker/integration_test/docker-compose.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/docker/integration_test/docker-compose.yaml b/docker/integration_test/docker-compose.yaml
index 628973f..cd832be 100644
--- a/docker/integration_test/docker-compose.yaml
+++ b/docker/integration_test/docker-compose.yaml
@@ -30,6 +30,8 @@ services:
- 'it_mariadb_data:/var/lib/mysql'
remote_git:
image: rockstorm/git-server:latest
+ environment:
+ - SSH_AUTH_METHODS=publickey
ports:
- '12222:22'
volumes:
@@ -40,7 +42,8 @@ services:
environment:
- SSH_AUTH_METHODS=publickey
depends_on:
- - web
+ web:
+ condition: service_healthy
ports:
- '10022:22'
volumes: