mse-ai-api / docker-compose.yml
ArtSpace
Add README with Space metadata
84b267e
raw
history blame contribute delete
219 Bytes
version: "3.8"
services:
mse-api:
build: .
container_name: mse_ai_api
restart: unless-stopped
ports:
- "7777:7777"
environment:
- API_SECRET_KEY=Ea@000000##
- PYTHONUNBUFFERED=1