Add compose file for local development environment

This commit is contained in:
2026-01-31 18:46:48 +00:00
parent b1d0c2183d
commit 6262801f8a

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
siti-plugin-repo:
image: siti-plugin-repo:latest
build: .
container_name: siti-plugin-repo
ports:
- "8080:3001"
environment:
PORT: "3001"
CACHE_TTL_MS: "600000"
restart: unless-stopped