From: Vincent Vanwaelscappel Date: Thu, 14 Sep 2023 15:04:21 +0000 (+0200) Subject: wip #6269 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=103807ca220cf9d66474f5d06a23ffd01eeb26b1;p=fluidbook-hosting-loadbalancer.git wip #6269 @0.25 --- diff --git a/docker-compose.yml b/docker-compose.yml index 0fc307f..bf3c141 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,6 +7,7 @@ services: - './ssh/id_rsa.pub:/home/user/.ssh/id_rsa.pub:ro' - './ssh/id_rsa:/root/.ssh/id_rsa:ro' - './ssh/id_rsa.pub:/root/.ssh/id_rsa.pub:ro' + - './ssh/known_hosts:/root/.ssh/known_hosts:ro' - './www/:/var/www/html/' - './config/apache2.conf:/etc/apache2/apache2.conf' - './bin/sync:/usr/local/bin/sync' diff --git a/ssh/known_hosts b/ssh/known_hosts new file mode 100644 index 0000000..da3e1ea --- /dev/null +++ b/ssh/known_hosts @@ -0,0 +1 @@ +|1|T15JuKJrI+8b9F3VLOHzKZ2L/I8=|3wMWaoNMkd7WY3w3cQS0WZ0P5Ak= ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGHmBFtRV1QFSsWNpzA7SByVN7x+0BceVH6JzCupCyhF \ No newline at end of file