Files
ln-bi/docker-compose.yml
kkfluous 3b2410b0ee
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix: compose 环境变量改用 map 格式,防止特殊字符截断
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 14:29:26 +08:00

23 lines
514 B
YAML

version: '3.8'
services:
ln-bi:
image: harbor.lnh2e.com/lingniu-v1/ln-bi:main-1.0.0
network_mode: host
environment:
DB_HOST: "192.168.130.111"
DB_PORT: "3306"
DB_USER: "linsset_01"
DB_PASSWORD: "LN3456#&"
DB_NAME: "lingniu_prod"
SERVER_PORT: "8111"
deploy:
replicas: 1
restart_policy:
condition: on-failure
placement:
constraints: [node.role == manager]
labels:
- portainer.hide=false
- project=lingniu