go-crm initial

This commit is contained in:
2026-04-21 17:34:58 -03:00
parent 5b8107c169
commit f8135d0e1b
24 changed files with 641 additions and 125 deletions

View File

@@ -15,11 +15,22 @@ services:
- /home/ga/.ssh:/root/.ssh
# Persist opencode auth
- opencode-auth:/root/.local/share/opencode
# Go CRM database
- ./data:/workspace/data
environment:
- OPENCODE_API_KEY=${OPENCODE_API_KEY}
stdin_open: true
tty: true
ports:
- "8080:8080"
working_dir: /workspace
networks:
- crm-network
networks:
crm-network:
name: crm-network
external: true
volumes:
opencode-auth:
opencode-auth: