Openaifree / docker-compose.yml
yassinovich's picture
Update docker-compose.yml
3f1169d verified
raw
history blame contribute delete
229 Bytes
version: "3.8"
services:
mse-api:
build: .
container_name: mse_ai_api
restart: unless-stopped
ports:
- "7860:7860"
environment:
- API_SECRET_KEY=change-secret-key-2026
- PYTHONUNBUFFERED=1