LOGREG_VALIDATION / docker-compose.yml
subbunanepalli's picture
Create docker-compose.yml
fc685c0 verified
raw
history blame contribute delete
156 Bytes
version: "3.9"
services:
logreg-api:
build: .
ports:
- "7860:7860"
volumes:
- .:/app
environment:
- PYTHONUNBUFFERED=1