chore: update device-agent submodule + docker-compose + portfolio docs
This commit is contained in:
@@ -15,6 +15,11 @@ services:
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "3"
|
||||
networks:
|
||||
- nexusnet
|
||||
|
||||
@@ -31,6 +36,11 @@ services:
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "3"
|
||||
networks:
|
||||
- nexusnet
|
||||
|
||||
@@ -53,6 +63,11 @@ services:
|
||||
- NET_ADMIN
|
||||
- NET_RAW
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "3"
|
||||
|
||||
dashboard-ui:
|
||||
build:
|
||||
@@ -67,6 +82,11 @@ services:
|
||||
depends_on:
|
||||
- server-core
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "3"
|
||||
networks:
|
||||
- nexusnet
|
||||
extra_hosts:
|
||||
|
||||
Reference in New Issue
Block a user