refactor(compose): protect services and centralize routing

This commit is contained in:
Eduardo David Paredes Vara
2026-07-25 11:21:08 +00:00
parent 29988f3149
commit 4536b3a36a
24 changed files with 159 additions and 104 deletions
-2
View File
@@ -1,7 +1,6 @@
services:
beszel:
image: ${BESZEL_IMAGE}
pull_policy: always
container_name: beszel
restart: unless-stopped
environment:
@@ -31,7 +30,6 @@ services:
beszel-agent:
image: ${BESZEL_AGENT_IMAGE}
pull_policy: always
container_name: beszel-agent
restart: unless-stopped
network_mode: host