services: mirofish: image: ghcr.io/666ghj/mirofish:latest # 미러 이미지(다운로드가 느릴 경우 위 주소 대신 아래 주소 사용) # image: ghcr.nju.edu.cn/666ghj/mirofish:latest container_name: mirofish env_file: - .env ports: - "3000:3000" - "5001:5001" restart: unless-stopped volumes: - ./backend/uploads:/app/backend/uploads