services:
o2o-infinith-backend:
build:
context: .
dockerfile: Dockerfile
container_name: o2o-infinith-api
ports:
- "8000:8000"
volumes:
- ./app:/app
restart: unless-stopped