inference-lamp-api / docker-compose.yml
alexfremont's picture
first commit for API
38a3c61
raw
history blame contribute delete
146 Bytes
version: '3.8'
services:
inference-lamp-api:
build: .
ports:
- "8000:8000"
volumes:
- .:/app
env_file:
- .env