Services/Arcane: Fix URLs
This commit is contained in:
@@ -32,7 +32,7 @@ in {
|
|||||||
];
|
];
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
MANAGER_API_URL = "https://arcane.think.chriphost.de";
|
MANAGER_API_URL = "https://arcane.local.chriphost.de";
|
||||||
AGENT_MODE = true;
|
AGENT_MODE = true;
|
||||||
EDGE_TRANSPORT = "poll";
|
EDGE_TRANSPORT = "poll";
|
||||||
|
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ in {
|
|||||||
];
|
];
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
APP_URL = "https://arcane.local.chriphost.de";
|
APP_URL = "https://arcane.think.chriphost.de";
|
||||||
|
|
||||||
PUID = "1000";
|
PUID = "1000";
|
||||||
PGID = "1000";
|
PGID = "1000";
|
||||||
|
|||||||
Reference in New Issue
Block a user