Initial commit
This commit is contained in:
16
docker-compose.yaml
Normal file
16
docker-compose.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
litellm:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: litellm-oci-proxy:latest
|
||||
container_name: litellm-oci-proxy
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "4000:4000"
|
||||
volumes:
|
||||
- ./secrets/oci_api_key.pem:/app/oci_api_key.pem:ro,Z
|
||||
|
||||
command: ["--config", "/app/config.yaml", "--port", "4000"]
|
||||
Reference in New Issue
Block a user