Skip to content

Commit

Permalink
Merge pull request #19 from merutech/add-beszel
Browse files Browse the repository at this point in the history
feat: Add beszel container
  • Loading branch information
m1sk9 authored Jan 17, 2025
2 parents fc354ab + e4176e1 commit 4566356
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions beszel/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
beszel_data/
21 changes: 21 additions & 0 deletions beszel/compose.yaml.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
services:
berzel:
image: henrygd/beszel:0.9.1
container_name: beszel
restart: unless-stopped
extra_hosts:
- host.docker.internal:host-gateway
ports:
- 8090:8090
volumes:
- ./beszel_data:/beszel_data

berzel-agent:
image: henrygd/beszel-agent:0.9.1
container_name: beszel-agent
restart: unless-stopped
network_mode: host
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
env_file:
- .env

0 comments on commit 4566356

Please sign in to comment.