feat(devops): complete phase 3 infrastructure

This commit is contained in:
datadunia
2026-05-15 05:34:55 +07:00
parent 4b5910475a
commit 9fcb932d0f
12 changed files with 1827 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
version: '3.8'
services:
server-core:
build:
context: ./apps/server-core
dockerfile: Dockerfile
target: builder
command: ["sh", "-c", "go install github.com/air-verse/air@latest && air"]
volumes:
- ./apps/server-core:/app
environment:
- GIN_MODE=debug