INFRA-001: Docker-Compose-Basis für SillyHome Next anlegen

This commit is contained in:
2026-06-11 00:13:21 +02:00
parent e2bc0644ae
commit 2fb086b1a1
4 changed files with 41 additions and 1 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
services:
api:
build: .
ports:
- "8000:8000"
env_file:
- .env
restart: unless-stopped