Devops stuff

This commit is contained in:
2025-11-03 17:08:44 -08:00
parent 30649488bb
commit bb02164b3d
6 changed files with 112 additions and 4 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
version: '3.8'
services:
webui:
build: .
ports:
- "3000:3000"
volumes:
- ./data/scripts:/app/data/scripts
env_file:
- .env
restart: unless-stopped