소스 검색

Merge pull request #43 from gravitl/master

merging hotfixes
Alex 4 년 전
부모
커밋
4cc6205b3e
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      README.md
  2. 2 2
      docker-compose.yml

+ 1 - 1
README.md

@@ -10,7 +10,7 @@
 ## What is Netmaker?
 ## What is Netmaker?
 Netmaker is a tool for creating and managing virtual networks. The goal is to make virtual/overlay/mesh networking easy for non-networking people. It should be like clicking a button. Netmaker consists of a server, an agent, and a UI. You spin up the Netmaker server and then install netclient (the agent) on your computers. Netmaker will do the rest. It will tell all of your computers how to reach each other and will keep them informed of any changes to the network.
 Netmaker is a tool for creating and managing virtual networks. The goal is to make virtual/overlay/mesh networking easy for non-networking people. It should be like clicking a button. Netmaker consists of a server, an agent, and a UI. You spin up the Netmaker server and then install netclient (the agent) on your computers. Netmaker will do the rest. It will tell all of your computers how to reach each other and will keep them informed of any changes to the network.
 
 
-Netmaker's handy dandy UI can be found [here](https://github.com/netmaker/netmaker-ui).
+Netmaker's handy dandy UI can be found [here](https://github.com/gravitl/netmaker-ui).
 
 
 Under the hood, Netmaker uses WireGuard to create encrypted tunnels between every node in your virtual network, creating a full mesh overlay. Netmaker takes the work out of manually configuring machines with WireGuard and updating them every time you have a change in your network. The netclient agent is self-updating and pulls any necessary changes (such as new peers) from the server. 
 Under the hood, Netmaker uses WireGuard to create encrypted tunnels between every node in your virtual network, creating a full mesh overlay. Netmaker takes the work out of manually configuring machines with WireGuard and updating them every time you have a change in your network. The netclient agent is self-updating and pulls any necessary changes (such as new peers) from the server. 
 
 

+ 2 - 2
docker-compose.yml

@@ -16,7 +16,7 @@ services:
     container_name: netmaker
     container_name: netmaker
     depends_on:
     depends_on:
       - mongodb
       - mongodb
-    image: docker.pkg.github.com/gravitl/netmaker/netmaker:v0.1
+    image: gravitl/netmaker:v0.1
     ports:
     ports:
       - "8081:8081"
       - "8081:8081"
       - "50051:50051"
       - "50051:50051"
@@ -27,7 +27,7 @@ services:
     container_name: netmaker-ui
     container_name: netmaker-ui
     depends_on:
     depends_on:
       - netmaker
       - netmaker
-    image: docker.pkg.github.com/gravitl/netmaker-ui/netmaker-ui:v0.1
+    image: gravitl/netmaker-ui:v0.1
     ports:
     ports:
       - "80:80"
       - "80:80"
     environment:
     environment: