19 lines
382 B
YAML
19 lines
382 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
netbird:
|
|
image: netbirdio/netbird:latest
|
|
container_name: netbird
|
|
environment:
|
|
- NB_SETUP_KEY=B28D6544-FBA2-4AAD-941E-DB7E5E2E1B8F
|
|
- NB_MANAGEMENT_URL=https://netbird.geezo.site:33073
|
|
volumes:
|
|
- netbird-client:/etc/netbird
|
|
cap_add:
|
|
- NET_ADMIN
|
|
restart: always
|
|
|
|
volumes:
|
|
netbird-client:
|
|
external: true
|