version: "3" services: backend: build: . container_name: server command: gradio app.py ports: - "7860:7860" - "7861:7861" volumes: - ./:/app/