forked from phoenix/litellm-mirror
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
|