openenv-support / docker-compose.yml
Mahir
Initial OpenEnv customer support environment
f5d79b8
Raw
History Blame Contribute Delete
285 Bytes
version: "3.9"
services:
openenv-support:
build: .
ports:
- "7860:7860"
environment:
- PYTHONPATH=/app
- PORT=7860
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:7860/health"]
interval: 10s
timeout: 5s
retries: 3