bizMark/compose-monitor.yml

28 lines
636 B
YAML

# compose-monitor.yml
# https://git.bizmark.cloud/marc/bizMark.git
services:
# BESZEL
beszel:
image: henrygd/beszel:latest
container_name: beszel
restart: unless-stopped
ports:
- "8095:8090" # Webinterface: http://<host>:8095
environment:
- PORT=8090
- LANG=de
volumes:
- /home/marc/beszel/data:/app/data
# ATLAS UI
atlas:
image: keinstien/atlas:latest
container_name: atlas
restart: unless-stopped
network_mode: host
cap_add:
- NET_ADMIN
- NET_RAW
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- ATLAS_PORT=8888