Files
soul-yongping/soul-api/deploy/docker-compose.runner.standalone.yml
Alex-larget 6df1736e1e 1
2026-03-20 14:47:37 +08:00

15 lines
343 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# soul-api Runner 部署(仅用已加载镜像,无 build
# 用于 devloy.py --init-runner 推送镜像后启动
services:
soul-api-runner:
image: soul-api-runner:latest
container_name: soul-api-runner
network_mode: host
volumes:
- soul_runner_data:/app
restart: unless-stopped
volumes:
soul_runner_data: