Files
lnbox/docker-compose.yml
kkfluous fc47801968
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
feat: improve page readability, add thumbnail switcher, CI/CD config
- Improve spacing and typography on product intro and scenarios pages
- Add thumbnail click switching for architecture hardware showcase
- Fix thumbnail click target and z-index overlap issues
- Add .woodpecker.yml, Dockerfile, and docker-compose.yml for CI/CD
- Set Vite base path to /lnbox/ for sub-path deployment
2026-06-05 16:14:55 +08:00

17 lines
334 B
YAML

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