1
0
This commit is contained in:
pooneyy
2025-06-25 11:22:27 +08:00
parent fce601421f
commit aa226da67f
92 changed files with 817 additions and 318 deletions

View File

@@ -0,0 +1,16 @@
services:
amprobe:
image: amuluze/amprobe:v1.3.3
container_name: ${CONTAINER_NAME}
restart: always
network_mode: "host"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /proc:/host/proc:ro
- /sys:/host/sys:ro
- /dev:/host/dev:ro
- ./data/configs:/app/configs
- ./data/nginx/nginx.conf:/etc/nginx/nginx.conf
- ./data/supervisor:/etc/supervisor/conf.d
labels:
createdBy: "Apps"