new version full rebuild with claude opus 4.6 and own rdp daemon
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user