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