mirror of
https://github.com/itsdave-de/dockercompose-guacamole-for-msp-remoteadmin.git
synced 2025-12-21 17:41:13 -03:00
create a service to log monitor from guacd
This commit is contained in:
@@ -36,5 +36,15 @@ services:
|
||||
depends_on:
|
||||
- guacdb
|
||||
- guacd
|
||||
log_service:
|
||||
container_name: log_service
|
||||
build: ./docker-monitor
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8085:8085
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
depends_on:
|
||||
- guacd
|
||||
volumes:
|
||||
db-data:
|
||||
|
||||
Reference in New Issue
Block a user