Update compose to run reflector locally

This commit is contained in:
2025-01-23 15:30:56 +01:00
parent 986f063857
commit 8d9aaeab36
3 changed files with 8 additions and 44 deletions

View File

@@ -1,27 +0,0 @@
version: "3.9"
services:
server:
build:
context: .
ports:
- 1250:1250
volumes:
- model-cache:/root/.cache
environment:
ENTRYPOINT: server
REDIS_HOST: redis
worker:
build:
context: .
volumes:
- model-cache:/root/.cache
environment:
ENTRYPOINT: worker
REDIS_HOST: redis
redis:
image: redis:7.2
ports:
- 6379:6379
volumes:
model-cache: