fixing compose

This commit is contained in:
afeiszli 2021-06-02 18:43:18 +00:00
parent 4f3a2bc3c8
commit 84feb5e000

View file

@ -33,7 +33,7 @@ services:
restart: always
network_mode: host
environment:
SERVER_HOST: "3.235.190.90"
SERVER_HOST: "HOST_IP"
netmaker-ui:
container_name: netmaker-ui
depends_on:
@ -44,7 +44,7 @@ services:
ports:
- "80:80"
environment:
BACKEND_URL: "http://3.236.59.246:8081"
BACKEND_URL: "http://HOST_IP:8081"
coredns:
depends_on:
- netmaker