feat: with proper ssh

This commit is contained in:
kjuulh-parts 2023-04-03 19:09:34 +00:00
parent 6ed005d832
commit 66f0662a27
2 changed files with 3 additions and 4 deletions

View File

@ -1,3 +0,0 @@
Host *
StrictHostKeyChecking no
UserKnownHostsFile /dev/null

View File

@ -2,7 +2,9 @@ version: '3'
services:
bitebuds:
image: docker.io/kasperhermansen/bitebuds:1680548516
environment:
- RUST_LOG=debug
ports:
- 10080:3000
volumes:
- ./.ssh:/root/ssh
- ./.ssh:/root/.ssh