summaryrefslogtreecommitdiff
path: root/docker/integration_test/docker-compose.yaml
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2025-06-04 00:11:41 +0200
committerJoel Klinghed <the_jk@spawned.biz>2025-06-04 00:11:41 +0200
commita84d3cb7e9659b57ad3bbca6cc894a46fbf741fd (patch)
tree9a032c6e6c716436084f346790a7901a09b67e23 /docker/integration_test/docker-compose.yaml
parentcd971e758ba7669b94ea3d1d3c2bf2376550820f (diff)
Make integration actually work
Add logs Add remote keys for each user
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: