백업 테이블 운영
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
## Project Structure & Module Organization
|
||||
- `cmd/server/main.go` is the Fiber entrypoint that wires config, routes, and startup logging.
|
||||
- `internal/geo` owns GeoLite2 lookups, IP validation, and response shaping.
|
||||
- `docker-compose.yml` defines the container entry; `Dockerfile` builds a static binary. `GeoLite2-City.mmdb` sits at the repo root and is mounted to `/data/GeoLite2-City.mmdb`.
|
||||
- `docker-compose.yml` defines the container entry; `Dockerfile` builds a static binary. `GeoLite2-City.mmdb` sits at the repo root and is mounted to `/initial_data/GeoLite2-City.mmdb`.
|
||||
- Keep `cmd/server` thin; place new logic in `internal/<domain>` with clear boundaries.
|
||||
|
||||
## Build, Test, and Development Commands
|
||||
|
||||
Reference in New Issue
Block a user