added webtrees and guacamole

This commit is contained in:
dominikhoebert
2024-07-24 15:04:00 +02:00
parent 5bbd887b35
commit 8e9573e1cc
5 changed files with 159 additions and 20 deletions

17
guacamole/compose.yml Normal file
View File

@@ -0,0 +1,17 @@
# https://github.com/jwetzell/docker-guacamole
# client-less remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH over HTML5.
name: guacamole
services:
guacamole:
image: jwetzell/guacamole:1.5.5
container_name: guacamole
volumes:
- ./config:/config
ports:
- 80:8080
volumes:
postgres:
driver: local