MicroFish/docker-compose.yml

14 lines
400 B
YAML

services:
mirofish:
image: ghcr.io/666ghj/mirofish:latest
# Accelerated registry mirror (replace the upstream address above if pulling is slow)
# 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