Add
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Kaarel
2026-02-16 11:36:00 +02:00
commit 89914ce2ba
13 changed files with 1034 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"