added replicas for docker swarm

This commit is contained in:
PxlLoewe
2025-05-27 21:40:18 -07:00
parent 2209372303
commit 23dd9c2958
4 changed files with 13 additions and 14 deletions

View File

@@ -7,18 +7,18 @@ AUTH_HUB_SECRET=var
AUTH_DISPATCH_COOKIE_PREFIX=DISPATCH
AUTH_HUB_COOKIE_PREFIX=HUB
AUTH_DISPATCH_URL=http://localhost:3001
AUTH_HUB_URL=http://localhost:3000
AUTH_DISPATCH_URL=http://premiumag.de:3001
AUTH_HUB_URL=http://premiumag.de:3000
NEXT_PUBLIC_DISPATCH_SERVICE_ID=1
# ───────────────────────────────────────────────
# 🌐 Öffentliche URLs
# ───────────────────────────────────────────────
NEXT_PUBLIC_HUB_URL=http://localhost:3000
NEXT_PUBLIC_HUB_SERVER_URL=http://localhost:3003
NEXT_PUBLIC_DISPATCH_URL=http://localhost:3001
NEXT_PUBLIC_DISPATCH_SERVER_URL=http://localhost:3002
NEXT_PUBLIC_HUB_URL=http://premiumag.de:3000
NEXT_PUBLIC_HUB_SERVER_URL=http://premiumag.de:3003
NEXT_PUBLIC_DISPATCH_URL=http://premiumag.de:3001
NEXT_PUBLIC_DISPATCH_SERVER_URL=http://premiumag.de:3002
# ───────────────────────────────────────────────
# 🗄️ Datenbank
@@ -50,10 +50,10 @@ HUB_URL=
# ───────────────────────────────────────────────
# 📚 Moodle
# ───────────────────────────────────────────────
MOODLE_URL=http://localhost:8081
MOODLE_URL=http://premiumag.de:8081
MOODLE_API_TOKEN=ac346f0324647b68488d13fd52a9bbe8
MOODLE_USER_PASSWORD=var-api-user-P1
NEXT_PUBLIC_MOODLE_URL=http://localhost:8081
NEXT_PUBLIC_MOODLE_URL=http://premiumag.de:8081
# ───────────────────────────────────────────────
# 📧 E-Mail Einstellungen (nur HUB Server)