🎨 增加并发访问
This commit is contained in:
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
kiro-rs:
|
||||
# 使用国内镜像
|
||||
# image: ghcr.nju.edu.cn/${IMAGE_OWNER:-hank9999}/kiro-rs:${IMAGE_TAG:-latest}
|
||||
image: ghcr.io/${IMAGE_OWNER:-hank9999}/kiro-rs:${IMAGE_TAG:-latest}
|
||||
container_name: kiro-rs
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
ports:
|
||||
- "8990:8990"
|
||||
volumes:
|
||||
- ./config/:/app/config/
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user