mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-05-06 16:22:11 +08:00
feat: add App NetBird Client
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
services:
|
||||
netbird:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
image: netbirdio/netbird:latest
|
||||
hostname: Free-Node
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
- SYS_ADMIN
|
||||
- SYS_RESOURCE
|
||||
network_mode: host
|
||||
environment:
|
||||
- NB_SETUP_KEY=${NB_SETUP_KEY}
|
||||
volumes:
|
||||
- netbird-client:/var/lib/netbird
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
volumes:
|
||||
netbird-client:
|
||||
name: netbird-client
|
||||
Reference in New Issue
Block a user