add readme and change name of monitor service

This commit is contained in:
Luiz Costa
2024-06-07 09:29:30 +01:00
parent a9e0675a2a
commit 5e8d59e82c
2 changed files with 84 additions and 4 deletions

View File

@@ -36,14 +36,12 @@ services:
depends_on:
- guacdb
- guacd
log_service:
container_name: log_service
monitor_service:
container_name: monitor_service
build: ./docker-monitor
restart: unless-stopped
environment:
FRAPPE_URL: "https://luizdev.itsdave.de"
ports:
- 8085:8085
volumes:
- /var/run/docker.sock:/var/run/docker.sock
depends_on: