This commit is contained in:
vipg
2025-11-14 14:45:35 +08:00
parent d24e69af92
commit d0e3f8456d
24 changed files with 3 additions and 1684 deletions

View File

@@ -4,7 +4,7 @@ services:
container_name: country_db
restart: always
ports:
- 20001:5432
- 20011:5432
entrypoint:
- /scripts/db-lanuch-entrypoint.sh
environment:
@@ -23,7 +23,7 @@ services:
container_name: country_api
restart: always
ports:
- 20000:80
- 20010:80
depends_on:
- postgres
networks:

View File

@@ -7,6 +7,7 @@ import (
"time"
"strings"
"fmt"
"github.com/gin-gonic/gin"
"github.com/google/uuid"
"go.uber.org/zap"