|
@@ -43,17 +43,10 @@ services:
|
|
|
depends_on:
|
|
|
- postgres
|
|
|
- fvm
|
|
|
- dns:
|
|
|
- - 119.29.29.29
|
|
|
- - 223.5.5.5
|
|
|
- - 180.76.76.76
|
|
|
- - 1.2.4.8
|
|
|
- - 114.114.114.114
|
|
|
- - 8.8.8.8
|
|
|
logging:
|
|
|
options:
|
|
|
max-size: "100m"
|
|
|
- max-file: "10"
|
|
|
+ max-file: "5"
|
|
|
networks:
|
|
|
safeline-ce:
|
|
|
ipv4_address: ${SUBNET_PREFIX}.4
|
|
@@ -85,7 +78,7 @@ services:
|
|
|
logging:
|
|
|
options:
|
|
|
max-size: "100m"
|
|
|
- max-file: "10"
|
|
|
+ max-file: "5"
|
|
|
networks:
|
|
|
safeline-ce:
|
|
|
ipv4_address: ${SUBNET_PREFIX}.6
|
|
@@ -120,7 +113,7 @@ services:
|
|
|
logging:
|
|
|
options:
|
|
|
max-size: "100m"
|
|
|
- max-file: "10"
|
|
|
+ max-file: "5"
|
|
|
depends_on:
|
|
|
- detect
|
|
|
- mgt
|
|
@@ -136,7 +129,7 @@ services:
|
|
|
logging:
|
|
|
options:
|
|
|
max-size: "100m"
|
|
|
- max-file: "10"
|
|
|
+ max-file: "5"
|
|
|
networks:
|
|
|
safeline-ce:
|
|
|
ipv4_address: ${SUBNET_PREFIX}.8
|
|
@@ -157,7 +150,7 @@ services:
|
|
|
logging:
|
|
|
options:
|
|
|
max-size: "100m"
|
|
|
- max-file: "10"
|
|
|
+ max-file: "5"
|
|
|
networks:
|
|
|
safeline-ce:
|
|
|
ipv4_address: ${SUBNET_PREFIX}.9
|