docker – Blame information for rev 2
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
2 | office | 1 | version: '3.7' |
2 | |||
3 | services: |
||
4 | influxdb: |
||
5 | image: influxdb:1.8 |
||
6 | volumes: |
||
7 | - /mnt/docker/data/influxdb:/var/lib/influxdb |
||
8 | ports: |
||
9 | - 8086:8086 |
||
10 | deploy: |
||
11 | resources: |
||
12 | limits: |
||
13 | cpus: '0.60' |
||
14 | memory: 512M |
||
15 | reservations: |
||
16 | cpus: '0.30' |
||
17 | memory: 128M |