XGB_VALIDATIONS / docker-compose.yml
subbunanepalli's picture
Create docker-compose.yml
07d90ae verified
raw
history blame contribute delete
133 Bytes
version: "3.9"
services:
fastapi-app:
build: .
ports:
- "7860:7860"
volumes:
- .:/app
restart: always