| 12345678910111213141516171819 |
- services:
- tnbm:
- image: registry.cn-chengdu.aliyuncs.com/tnb028/tnbm:12345678
- container_name: tnbm
- restart: always
- network_mode: host
- deploy:
- resources:
- limits:
- cpus: '0.5'
- memory: 512M
- reservations:
- cpus: '0.1'
- memory: 128M
- logging:
- driver: "json-file"
- options:
- max-size: "10m"
- max-file: "1"
|