feat: exercise cards webapp with AI workflow and editor

This commit is contained in:
2026-03-08 07:36:37 +01:00
commit 805ae9c88e
11 changed files with 2494 additions and 0 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
exercise-cards-app:
image: registry.aquantico.lan/exercise-cards-app:latest
container_name: exercise-cards-app
restart: unless-stopped
ports:
- "8097:8097"
environment:
- PORT=8097
- DB_HOST=host.containers.internal
- DB_PORT=5433
- DB_NAME=openclaw
- DB_USER=openclaw
- DB_PASSWORD=3P7m!dQ9vL2xR8kN