beszel updates
This commit is contained in:
parent
649e019028
commit
8501b5f381
@ -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
|
||||
|
||||
|
@ -117,9 +117,12 @@ Below are the variables that need to be set in the `.env` file for each service.
|
||||
```env
|
||||
# beszel.env
|
||||
|
||||
LISTEN=/beszel_socket/beszel.sock
|
||||
KEY=''
|
||||
APP_URL=
|
||||
# Hub settings
|
||||
BESZEL_HUB_APP_URL=
|
||||
|
||||
# Agent settings
|
||||
BESZEL_AGENT_LISTEN=/beszel_socket/beszel.sock
|
||||
BESZEL_AGENT_KEY=''
|
||||
```
|
||||
|
||||
### Cloudflared
|
||||
|
Loading…
x
Reference in New Issue
Block a user