mirror of
https://github.com/gravitl/netmaker.git
synced 2025-11-05 13:44:24 +08:00
compose update
This commit is contained in:
parent
21706edad8
commit
c5fe5c8ed7
3 changed files with 6 additions and 6 deletions
|
|
@ -3,7 +3,7 @@ version: "3.4"
|
||||||
services:
|
services:
|
||||||
netmaker:
|
netmaker:
|
||||||
container_name: netmaker
|
container_name: netmaker
|
||||||
image: gravitl/netmaker:v0.8.4
|
image: gravitl/netmaker:v0.8.5
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/netclient/config:/etc/netclient/config
|
- /etc/netclient/config:/etc/netclient/config
|
||||||
- dnsconfig:/root/config/dnsconfig
|
- dnsconfig:/root/config/dnsconfig
|
||||||
|
|
@ -33,7 +33,7 @@ services:
|
||||||
container_name: netmaker-ui
|
container_name: netmaker-ui
|
||||||
depends_on:
|
depends_on:
|
||||||
- netmaker
|
- netmaker
|
||||||
image: gravitl/netmaker-ui:v0.8
|
image: gravitl/netmaker-ui:v0.8.5
|
||||||
links:
|
links:
|
||||||
- "netmaker:api"
|
- "netmaker:api"
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ version: "3.4"
|
||||||
services:
|
services:
|
||||||
netmaker:
|
netmaker:
|
||||||
container_name: netmaker
|
container_name: netmaker
|
||||||
image: gravitl/netmaker:v0.8.4
|
image: gravitl/netmaker:v0.8.5
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/netclient/config:/etc/netclient/config
|
- /etc/netclient/config:/etc/netclient/config
|
||||||
- /usr/bin/wg:/usr/bin/wg
|
- /usr/bin/wg:/usr/bin/wg
|
||||||
|
|
@ -32,7 +32,7 @@ services:
|
||||||
container_name: netmaker-ui
|
container_name: netmaker-ui
|
||||||
depends_on:
|
depends_on:
|
||||||
- netmaker
|
- netmaker
|
||||||
image: gravitl/netmaker-ui:v0.8
|
image: gravitl/netmaker-ui:v0.8.5
|
||||||
links:
|
links:
|
||||||
- "netmaker:api"
|
- "netmaker:api"
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ version: "3.4"
|
||||||
services:
|
services:
|
||||||
netmaker:
|
netmaker:
|
||||||
container_name: netmaker
|
container_name: netmaker
|
||||||
image: gravitl/netmaker:v0.8.4
|
image: gravitl/netmaker:v0.8.5
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/netclient/config:/etc/netclient/config
|
- /etc/netclient/config:/etc/netclient/config
|
||||||
- dnsconfig:/root/config/dnsconfig
|
- dnsconfig:/root/config/dnsconfig
|
||||||
|
|
@ -33,7 +33,7 @@ services:
|
||||||
container_name: netmaker-ui
|
container_name: netmaker-ui
|
||||||
depends_on:
|
depends_on:
|
||||||
- netmaker
|
- netmaker
|
||||||
image: gravitl/netmaker-ui:v0.8
|
image: gravitl/netmaker-ui:v0.8.5
|
||||||
links:
|
links:
|
||||||
- "netmaker:api"
|
- "netmaker:api"
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue