heather: set HOMEPAGE_ALLOWED_HOSTS for host validation
This commit is contained in:
parent
6e84e26d2d
commit
d3d132e225
1 changed files with 1 additions and 1 deletions
|
|
@ -394,7 +394,7 @@ in
|
||||||
"${homepageBookmarksYaml}:/app/config/bookmarks.yaml:ro"
|
"${homepageBookmarksYaml}:/app/config/bookmarks.yaml:ro"
|
||||||
];
|
];
|
||||||
service.environment = {
|
service.environment = {
|
||||||
BASE_URL = "https://home.iscg.dev";
|
HOMEPAGE_ALLOWED_HOSTS = "home.iscg.dev";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue