beszel updates

This commit is contained in:
azpsen
2025-04-23 14:33:30 -05:00
parent 649e019028
commit 8501b5f381
2 changed files with 9 additions and 4 deletions

View File

@@ -547,12 +547,13 @@ services:
beszel:
container_name: beszel
image: henrygd/beszel
env_file:
- ${ENV_DIR}/beszel.env
ports:
- 2493:8090
volumes:
- ${DOCKER_DIR}/beszel/data:/beszel_data
- ${DOCKER_DIR}/beszel/socket:/beszel_socket
- /media:/extra-filesystems/media:ro
restart: unless-stopped
beszel-agent:
container_name: beszel-agent
@@ -562,6 +563,7 @@ services:
volumes:
- ${DOCKER_DIR}/beszel/socket:/beszel_socket
- /var/run/docker.sock:/var/run/docker.sock:ro
- /media:/extra-filesystems/media:ro
network_mode: host
restart: unless-stopped