mirror of
https://github.com/gravitl/netmaker.git
synced 2025-11-08 07:41:41 +08:00
fixed compose
This commit is contained in:
parent
cf49112109
commit
26231640ea
1 changed files with 2 additions and 4 deletions
|
|
@ -4,9 +4,7 @@ services:
|
|||
rqlite:
|
||||
container_name: rqlite
|
||||
image: rqlite/rqlite
|
||||
ports:
|
||||
- "4001:4001"
|
||||
- "4002:4002"
|
||||
network_mode: host
|
||||
restart: always
|
||||
volumes:
|
||||
- sqldata:/rqlite/file/data
|
||||
|
|
@ -34,7 +32,7 @@ services:
|
|||
SERVER_HOST: "SERVER_PUBLIC_IP"
|
||||
SERVER_API_CONN_STRING: "api.NETMAKER_BASE_DOMAIN:443"
|
||||
SERVER_GRPC_CONN_STRING: "grpc.NETMAKER_BASE_DOMAIN:1443"
|
||||
COREDNS_ADDR: "159.89.81.223"
|
||||
COREDNS_ADDR: "SERVER_PUBLIC_IP"
|
||||
GRPC_SSL: "on"
|
||||
SERVER_HTTP_HOST: "api.NETMAKER_BASE_DOMAIN"
|
||||
SERVER_GRPC_HOST: "grpc.NETMAKER_BASE_DOMAIN"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue