XGBOOST_TTV / docker-compose.yml
ganeshkonapalli's picture
Create docker-compose.yml
9ef5cee verified
raw
history blame contribute delete
254 Bytes
version: '3.8'
services:
xgb-api:
build:
context: .
dockerfile: Dockerfile
container_name: xgb-fastapi-container
ports:
- "7860:7860"
volumes:
- ./app:/app
environment:
- PORT=7860
restart: always