Files
Antrophic-Qwen3.6-Proxy/docker-compose.yml

26 lines
858 B
YAML
Raw Permalink Normal View History

services:
nothinkproxy:
image: registry.aquantico.lan/nothinkproxy:latest
container_name: nothinkproxy
restart: always
networks:
- traefik
environment:
- PORT=11435
- OLLAMA_URL=https://ollama.aquantico.de/api/chat
- OLLAMA_MODEL=qwen3.6:35b-a3b-q4_K_M
- OLLAMA_AUTH=324GF44-50AA-4B57-9386-K435DLJ764DFR
- GOOGLE_API_KEY=AIzaSyChzsz8ZN8iHRqMUVFnxJXwyXWP_XwWy6g
- GOOGLE_CX=2331819c76d874bcc
labels:
- "traefik.enable=true"
- "traefik.http.routers.nothinkproxy.rule=Host(`claude-proxy.aquantico.lan`)"
- "traefik.http.routers.nothinkproxy.entrypoints=websecure"
- "traefik.http.routers.nothinkproxy.tls=true"
- "traefik.http.services.nothinkproxy.loadbalancer.server.port=11435"
- "traefik.docker.network=traefik"
networks:
traefik:
external: true