Services/Arcane: Fix URLs

This commit is contained in:
2026-07-02 16:53:47 +02:00
parent 9cbf83f17b
commit 09b988899e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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";
+1 -1
View File
@@ -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";