Atlas UI ergänzt
This commit is contained in:
parent
5a17cfa97c
commit
9bc55b3beb
|
|
@ -28,4 +28,22 @@ services:
|
|||
test: ["CMD-SHELL", "wget -q --spider http://localhost:8090 || exit 1"]
|
||||
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
|
||||
Loading…
Reference in New Issue