- Traefik: remove asephstech/asephscloud SSL certs, fix api.insecure, add ping healthcheck - .env.example: prune from 145 to 30 vars (remove Firebase, Discord, Coolify, etc.) - scraper.Dockerfile: remove Node.js & Chromium from runtime, add healthcheck - CI/CD: remove orphan container ref, commented blocks, fix lint workflow - infra: remove mysql config (no active service), clean up middleware config - root: remove .nvmrc (dup), renovate.json (use dependabot), simplify Makefile - scripts: fix legacy package refs, simplify update-deps to use bun - docs: remove stale handoff-log, quality-gates, superpowers designs, archived files - compose: add healthchecks to traefik, redis, and scraper-api services Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
30 lines
444 B
YAML
30 lines
444 B
YAML
api:
|
|
dashboard: true
|
|
insecure: false
|
|
|
|
log:
|
|
level: INFO
|
|
format: json
|
|
|
|
accessLog: {}
|
|
|
|
entryPoints:
|
|
web:
|
|
address: ':80'
|
|
http:
|
|
redirections:
|
|
entryPoint:
|
|
to: websecure
|
|
scheme: https
|
|
websecure:
|
|
address: ':443'
|
|
|
|
providers:
|
|
docker:
|
|
endpoint: 'unix:///var/run/docker.sock'
|
|
exposedByDefault: false
|
|
network: app-shared-net
|
|
file:
|
|
directory: /etc/traefik/dynamic
|
|
watch: true
|