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