Files
device-voice-h5/docker-compose.prod.yml
sexygoat 92c5c4ed50
Some checks failed
构建并部署前端到生产环境 / build-and-deploy (push) Has been cancelled
fix:百分比
2026-05-07 16:19:00 +08:00

27 lines
577 B
YAML

version: '3.8'
services:
web:
image: registry.boss160.cn/junhong/c-xmot-iot:latest
container_name: junhong-c-xmot-iot
restart: unless-stopped
ports:
- '3003:80'
networks:
- device-voice-network
healthcheck:
test: ['CMD', 'wget', '--no-verbose', '--tries=1', '--spider', 'http://127.0.0.1:80/health']
interval: 30s
timeout: 3s
retries: 3
start_period: 5s
logging:
driver: 'json-file'
options:
max-size: '10m'
max-file: '3'
networks:
device-voice-network:
driver: bridge