[Add] node_exporter container

This commit is contained in:
2024-08-23 10:45:49 +08:00
parent 689ee78fad
commit 690aaba7c2
2 changed files with 18 additions and 1 deletions

View File

@@ -14,4 +14,6 @@ services:
- ./management-panel:/app
entrypoint: php artisan serve --host=0.0.0.0
ports:
- 8000:8000
- 8000:8000
node_exporter:
build: docker/node_exporter