14 lines
399 B
YAML
14 lines
399 B
YAML
services:
|
|
mirofish:
|
|
image: ghcr.io/666ghj/mirofish:latest
|
|
# Mirror tăng tốc (nếu kéo image chậm có thể thay địa chỉ ở trên)
|
|
# 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 |