chore: auto-commit (5 archivos)

- app.md
- backend/chat.go
- Dockerfile
- docker-compose.yml
- traefik-dynamic.yml

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-09 18:11:24 +02:00
parent ce807ec2ee
commit f1ee116d3b
5 changed files with 151 additions and 9 deletions
+22
View File
@@ -0,0 +1,22 @@
name: kanban
services:
kanban:
build:
context: ../../
dockerfile: apps/kanban/Dockerfile
container_name: kanban
restart: unless-stopped
ports:
- "8095:8095"
volumes:
- kanban_data:/data
networks:
- coolify
volumes:
kanban_data:
networks:
coolify:
external: true