mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
11 lines
278 B
YAML
11 lines
278 B
YAML
services:
|
|
nezha-agent:
|
|
image: "whoer/nezha-agent:latest"
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
command: --tls -s ${NZ_GRPC_URL} -p ${NZ_CLENT_SECRET} -d
|
|
volumes:
|
|
- /etc:/etc:ro
|
|
network_mode: host
|
|
labels:
|
|
createdBy: "Apps" |