From 7eac2b12f830572f492a1239382b3a113c323b6c Mon Sep 17 00:00:00 2001 From: cjones Date: Tue, 24 Mar 2026 10:53:54 -0400 Subject: [PATCH] 'compose.hubonly' and 'compose.full' were needed only on initial install of Beszel and its agent. Removing them. --- beszel/compose.full | 27 --------------------------- beszel/compose.hubonly | 13 ------------- 2 files changed, 40 deletions(-) delete mode 100644 beszel/compose.full delete mode 100644 beszel/compose.hubonly diff --git a/beszel/compose.full b/beszel/compose.full deleted file mode 100644 index 2a521c3..0000000 --- a/beszel/compose.full +++ /dev/null @@ -1,27 +0,0 @@ -services: - beszel: - image: henrygd/beszel:latest - container_name: beszel - restart: unless-stopped - environment: - APP_URL: http://localhost:8090 - ports: - - 8090:8090 - volumes: - - ./beszel_data:/beszel_data - - ./beszel_socket:/beszel_socket - - beszel-agent: - image: henrygd/beszel-agent:latest - container_name: beszel-agent - restart: unless-stopped - network_mode: host - volumes: - - ./beszel_agent_data:/var/lib/beszel-agent - - ./beszel_socket:/beszel_socket - - /var/run/docker.sock:/var/run/docker.sock:ro - environment: - LISTEN: /beszel_socket/beszel.sock - HUB_URL: http://localhost:8090 - TOKEN: da52524a-fa93-47ef-908c-dd001c9e8e18 - KEY: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFgDayLLA8JOzQ7fZtqTlUaRIQvhtoYSZvkUC9PrdQJG" diff --git a/beszel/compose.hubonly b/beszel/compose.hubonly deleted file mode 100644 index 30b315b..0000000 --- a/beszel/compose.hubonly +++ /dev/null @@ -1,13 +0,0 @@ -services: - beszel: - image: henrygd/beszel:latest - container_name: beszel - restart: unless-stopped - environment: - APP_URL: http://localhost:8090 - ports: - - 8090:8090 - volumes: - - ./beszel_data:/beszel_data - - ./beszel_socket:/beszel_socket -