Skip to content

Commit

Permalink
eval project deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianLempa committed Nov 6, 2023
1 parent f5fdc61 commit 986eba4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions netbird/netbird-eval-1/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
services:
netbird:
image: netbirdio/netbird:latest
container_name: netbird-eval-1
hostname: srv-demo-1.home.clcreative.de
cap_add:
- NET_ADMIN
- SYS_ADMIN
- SYS_RESOURCE
environment:
- NB_SETUP_KEY=${SETUP_KEY}
volumes:
- netbird-client:/etc/netbird
restart: unless-stopped
volumes:
netbird-client:
name: netbird-client

0 comments on commit 986eba4

Please sign in to comment.