SSH Keys
This commit is contained in:
parent
44db1d5375
commit
832efa9b51
|
|
@ -57,6 +57,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/hermes:/opt/data
|
- /opt/hermes:/opt/data
|
||||||
- /opt/hermes/.ssh:/root/.ssh
|
- /opt/hermes/.ssh:/root/.ssh
|
||||||
|
- ~/.ssh:/root/.ssh:ro
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
environment:
|
environment:
|
||||||
- OPENAI_BASE_URL=http://vllm:8005/v1
|
- OPENAI_BASE_URL=http://vllm:8005/v1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue