initial commit

This commit is contained in:
Romane
2026-07-31 22:25:57 +02:00
commit 020442c9d6
5 changed files with 36 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
services:
dind:
image: docker:dind
restart: unless-stopped
privileged: true
llm-runner:
build:
context: .
dockerfile: Dockerfile
environment:
DOCKER_HOST: tcp://dind:2375
depends_on:
dind:
condition: service_started
env_file: .env