This commit is contained in:
2026-02-16 11:34:37 +02:00
parent 07fc843128
commit 5f26edba54
10 changed files with 1007 additions and 2 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
version: '3.7'
services:
gin:
build: .
ports:
- "8000:8000"
- "8080:8080"