Skip to content

Commit

Permalink
demo environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianLempa committed Nov 18, 2023
1 parent 986eba4 commit 01f8813
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions netbird/netbird-demo-1/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
services:
netbird:
image: netbirdio/netbird:0.24.2
container_name: netbird-demo-1
hostname: netbird-demo-1.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
networks:
- frontend
- backend
restart: unless-stopped
volumes:
netbird-client:
name: netbird-client
networks:
frontend:
external: true
backend:
external: true

0 comments on commit 01f8813

Please sign in to comment.