fix(moderation): update Traefik router rule to use correct host

This commit is contained in:
MythEclipse
2026-05-29 02:52:41 +07:00
parent 441ff5a0ed
commit 130f13e8a7
+1 -1
View File
@@ -15,7 +15,7 @@ services:
- ./.muxer-queue.db-wal:/app/.muxer-queue.db-wal
labels:
- "traefik.enable=true"
- "traefik.http.routers.imphenbot.rule=Host(`imphnen.asepharyana.tech`)"
- "traefik.http.routers.imphenbot.rule=Host(`imphnen.asepharyana.my.id`)"
- "traefik.http.routers.imphenbot.entrypoints=websecure"
- "traefik.http.routers.imphenbot.tls=true"
# Expose port to traefik (adjust if WEBSERVER_PORT differs)