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