Atlas UI ergänzt

This commit is contained in:
Marc Blatter 2026-03-24 19:37:26 +00:00
parent 5a17cfa97c
commit 9bc55b3beb
1 changed files with 18 additions and 0 deletions

View File

@ -29,3 +29,21 @@ services:
interval: 30s
timeout: 5s
retries: 3
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
healthcheck:
test: ["CMD-SHELL", "wget -q --spider http://localhost:8888 || exit 1"]
interval: 30s
timeout: 5s
retries: 3