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:
@@ -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
|
||||
Reference in New Issue
Block a user