Nebula

A scalable p2p VPN with a focus on performance, simplicity and security.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3"
services:
  nebula:
    image: nebulaoss/nebula
    network_mode: host
    cap_add:
      - NET_ADMIN
    volumes:
      - ./config:/etc/defined
    restart: unless-stopped

Resources

Docs: https://nebula.defined.net/

GitHub: https://github.com/slackhq/nebula

Docker Hub: https://hub.docker.com/r/nebulaoss/nebula

Configuration: See the Docker Hub page