fix: bind port 3457 to 127.0.0.1 to prevent direct public access

Was bound to 0.0.0.0:3457 making the API reachable without auth.
Now relies exclusively on Traefik (angel.manohargupta.com) for ingress.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Manohar 2026-06-06 09:41:17 +05:30
parent b2e6ef940a
commit bb8a00c196

View file

@ -5,7 +5,7 @@ services:
restart: unless-stopped
env_file: .env
ports:
- "3457:3457"
- "127.0.0.1:3457:3457"
volumes:
- ./data:/app/data
networks: