refactor(compose): protect services and centralize routing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user