Files
log-lottery/docker-compose.yml
kkfluous c7025db514
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
chore: 🐳 新增 Portainer 部署用 docker-compose
外部端口 8088 → 容器 80,镜像 tag 跟 Woodpecker 构建输出一致。

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-24 16:49:09 +08:00

17 lines
348 B
YAML

version: '3.8'
services:
log-lottery:
image: harbor.lnh2e.com/lingniu-v1/log-lottery:main-0.6.0-5
ports:
- "8088:80"
deploy:
replicas: 1
restart_policy:
condition: on-failure
placement:
constraints: [node.role == manager]
labels:
- portainer.hide=false
- project=lingniu