Add Monitoring_Containers/beszel/compose.yaml
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
services:
|
||||||
|
beszel:
|
||||||
|
image: 'henrygd/beszel'
|
||||||
|
container_name: 'beszel'
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
- APP_URL=http://localhost:8090
|
||||||
|
ports:
|
||||||
|
- '8090:8090'
|
||||||
|
volumes:
|
||||||
|
- /home/Docker Volumes/beszel/beszel_data:/beszel_data
|
||||||
Reference in New Issue
Block a user