This commit is contained in:
xjumbyx
2026-02-16 11:24:33 +02:00
commit b3549b12e5
11 changed files with 1025 additions and 0 deletions

8
docker-compose.yml Normal file
View File

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