feat(devops): complete phase 3 infrastructure
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user