]> _ Git - fluidbook-hosting-loadbalancer.git/commitdiff
wip #6269 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 14 Sep 2023 15:04:21 +0000 (17:04 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 14 Sep 2023 15:04:21 +0000 (17:04 +0200)
docker-compose.yml
ssh/known_hosts [new file with mode: 0644]

index 0fc307fc4a22cb6370ea8b1e583942070d6d25df..bf3c141dfa3b68a72ea5d0f58a22458fa66906a2 100644 (file)
@@ -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 (file)
index 0000000..da3e1ea
--- /dev/null
@@ -0,0 +1 @@
+|1|T15JuKJrI+8b9F3VLOHzKZ2L/I8=|3wMWaoNMkd7WY3w3cQS0WZ0P5Ak= ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGHmBFtRV1QFSsWNpzA7SByVN7x+0BceVH6JzCupCyhF
\ No newline at end of file