Almost done

This commit is contained in:
2026-03-05 17:35:27 +01:00 Unverified
parent 278471e53b
commit e44fceaf32
30 changed files with 1077 additions and 572 deletions
+15
View File
@@ -0,0 +1,15 @@
version: '3.8'
services:
lvs-web:
build: .
container_name: lvs
ports:
- "3000:3000"
environment:
- ADMIN_PASSWORD=super_secret_password
- NEXT_PUBLIC_TURNSTILE_SITE_KEY=site_key
- TURNSTILE_SECRET_KEY=secret_key
volumes:
- ./data:/app/data
restart: always