feat: exercise cards webapp with AI workflow and editor
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user