the one server

This commit is contained in:
Nikita Bizyaev
2026-05-05 11:13:21 +03:00
parent a382952cf5
commit dd3d10fe27
4 changed files with 4 additions and 31 deletions

View File

@@ -1,10 +1,10 @@
services:
netbird-server:
birdy:
build:
context: .
dockerfile: Dockerfile.netbird-server
image: birdy/netbird-server:local
container_name: netbird-server
image: birdy/netbird:local
container_name: birdy-server
volumes:
- netbird_data:/var/lib/netbird
expose:
@@ -14,24 +14,9 @@ services:
networks:
- proxy
dashboard:
build:
context: .
dockerfile: Dockerfile.dashboard
image: birdy/netbird-dashboard:local
container_name: netbird-dashboard
expose:
- "80"
depends_on:
- netbird-server
restart: unless-stopped
networks:
- proxy
volumes:
netbird_data:
networks:
proxy:
external: true