mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
10 lines
172 B
YAML
10 lines
172 B
YAML
services:
|
|
# A Docker web service
|
|
- type: web
|
|
name: webdis
|
|
runtime: docker
|
|
rootDir: ./
|
|
healthCheckPath: /
|
|
envVars:
|
|
- key: PORT
|
|
value: 8000
|