mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 17:59:28 +08:00
combine hub and agent repos
This commit is contained in:
11
agent/docker-compose.yml
Normal file
11
agent/docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
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"
|
Reference in New Issue
Block a user