new version full rebuild with claude opus 4.6 and own rdp daemon

This commit is contained in:
felixg
2026-02-28 21:19:52 +01:00
parent fac33c27b4
commit 6e9956bce9
19 changed files with 2185 additions and 326 deletions

View File

@@ -16,14 +16,14 @@ services:
timeout: 5s
retries: 10
guacd:
rdpd:
build:
context: .
dockerfile: docker/guacd.Dockerfile
dockerfile: rdpd/Dockerfile
restart: unless-stopped
environment:
GUACD_LOG_LEVEL: debug
WLOG_LEVEL: "0"
RDPD_LISTEN: 0.0.0.0:7777
RDPD_LOG_LEVEL: info
networks:
- internal
@@ -35,12 +35,11 @@ services:
env_file: .env
environment:
POSTGRES_URL: postgresql://mremotify:mremotify@postgres:5432/mremotify
GUACD_HOST: guacd
GUACD_PORT: '4822'
RDPD_URL: ws://rdpd:7777
depends_on:
postgres:
condition: service_healthy
guacd:
rdpd:
condition: service_started
networks:
- internal