mirror of
https://github.com/fankes/beszel.git
synced 2025-10-18 17:29:28 +08:00
12 lines
267 B
YAML
12 lines
267 B
YAML
services:
|
|
agent:
|
|
image: 'henrygd/qoma-agent'
|
|
container_name: 'qoma-agent'
|
|
restart: unless-stopped
|
|
ports:
|
|
- '45876:45876'
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
environment:
|
|
- KEY="ssh-ed25519 YOUR_PUBLIC_KEY"
|