mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-10 13:57:48 +08:00
Update docker-compose.yml
This commit is contained in:
parent
86ccd8ea23
commit
cf893a476d
1 changed files with 1 additions and 4 deletions
|
@ -18,9 +18,6 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- mongodb
|
- mongodb
|
||||||
image: gravitl/netmaker:v0.3
|
image: gravitl/netmaker:v0.3
|
||||||
ports:
|
|
||||||
- "8081:8081"
|
|
||||||
- "50051:50051"
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/local
|
- ./:/local
|
||||||
- /etc/netclient:/etc/netclient
|
- /etc/netclient:/etc/netclient
|
||||||
|
@ -45,7 +42,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
environment:
|
environment:
|
||||||
BACKEND_URL: "http://3.236.149.180:8081"
|
BACKEND_URL: "http://your-ip:8081"
|
||||||
coredns:
|
coredns:
|
||||||
depends_on:
|
depends_on:
|
||||||
- netmaker
|
- netmaker
|
||||||
|
|
Loading…
Add table
Reference in a new issue