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