mirror of
https://github.com/nethunterzist/trendyol-analiz
synced 2026-07-01 17:37:04 +00:00
fix: add Traefik port label for backend service
Traefik defaults to port 80 when no loadbalancer port is specified. Backend listens on 8001, causing the trendyol-api domain to timeout. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -37,6 +37,9 @@ services:
|
||||
ports:
|
||||
- "8010:8001"
|
||||
|
||||
labels:
|
||||
- "traefik.http.services.backend.loadbalancer.server.port=8001"
|
||||
|
||||
environment:
|
||||
# Python environment
|
||||
PYTHONUNBUFFERED: 1
|
||||
|
||||
Reference in New Issue
Block a user