Update docker-compose.yml

This commit is contained in:
Alex 2021-05-11 07:54:39 -04:00 committed by GitHub
parent 86ccd8ea23
commit cf893a476d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,9 +18,6 @@ services:
depends_on:
- mongodb
image: gravitl/netmaker:v0.3
ports:
- "8081:8081"
- "50051:50051"
volumes:
- ./:/local
- /etc/netclient:/etc/netclient
@ -45,7 +42,7 @@ services:
ports:
- "80:80"
environment:
BACKEND_URL: "http://3.236.149.180:8081"
BACKEND_URL: "http://your-ip:8081"
coredns:
depends_on:
- netmaker