container names + restart always
This commit is contained in:
parent
10559e7980
commit
d367ba2b25
@ -42,7 +42,8 @@ services:
|
|||||||
|
|
||||||
fluentd:
|
fluentd:
|
||||||
build: ./fluentd
|
build: ./fluentd
|
||||||
container_name: exen-fluentd
|
restart: always
|
||||||
|
container_name: fluentd_elena
|
||||||
volumes:
|
volumes:
|
||||||
- ./fluentd/conf:/fluentd/etc
|
- ./fluentd/conf:/fluentd/etc
|
||||||
links:
|
links:
|
||||||
@ -55,7 +56,8 @@ services:
|
|||||||
|
|
||||||
influxdb:
|
influxdb:
|
||||||
image: influxdb:latest
|
image: influxdb:latest
|
||||||
container_name: exen-influxdb
|
restart: always
|
||||||
|
container_name: influxdb_elena
|
||||||
volumes:
|
volumes:
|
||||||
- ./influxdb/data:/var/lib/influxdb
|
- ./influxdb/data:/var/lib/influxdb
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user