fix(web): correct relative imports in opengraph-image routes
Some checks failed
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🏗️ Build (push) Failing after 8m32s
Build & Deploy / 🔍 Prepare (push) Successful in 18s
Build & Deploy / 🧪 QA (push) Failing after 1m33s
Build & Deploy / 🩺 Health Check (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s

This commit is contained in:
2026-02-23 01:14:16 +01:00
parent 43564d1bba
commit 95a8b702fe
35 changed files with 387 additions and 366 deletions

View File

@@ -51,7 +51,7 @@ services:
- directus-db-data:/var/lib/postgresql/data
imgproxy:
image: darthsim/imgproxy:latest
image: registry.infra.mintel.me/mintel/image-processor:latest
restart: always
networks:
- default
@@ -59,13 +59,12 @@ services:
extra_hosts:
- "mintel.localhost:host-gateway"
- "host.docker.internal:host-gateway"
env_file:
- .env
environment:
OPENROUTER_API_KEY: ${OPENROUTER_API_KEY}
IMGPROXY_URL_MAPPING: "http://mintel.localhost/:http://app:3000/"
IMGPROXY_USE_ETAG: "true"
IMGPROXY_MAX_SRC_RESOLUTION: 20
IMGPROXY_ALLOWED_NETWORKS: "10.0.0.0/8,172.16.0.0/12,192.168.0.0/16"
IMGPROXY_IGNORE_SSL_ERRORS: "true"
IMGPROXY_DEBUG: "true"
IMGPROXY_LOG_LEVEL: debug
labels:
- "traefik.http.services.${PROJECT_NAME:-mintel-me}-imgproxy.loadbalancer.server.port=8080"
- "traefik.docker.network=infra"