mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-24 08:03:55 +08:00
fixing compose
This commit is contained in:
parent
4f3a2bc3c8
commit
84feb5e000
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue