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

@@ -0,0 +1,18 @@
services:
go-crm:
build: .
container_name: go-crm
ports:
- "8888:8080"
volumes:
- /home/ga/workspace:/workspace
- ./data:/workspace/data
networks:
- crm-network
working_dir: /workspace/apps/go-crm
command: air
restart: unless-stopped
networks:
crm-network:
external: false