o2o-infinith-backend/docker-compose.yml

13 lines
255 B
YAML

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