Initial commit

This commit is contained in:
Lauri Võsandi
2023-02-23 09:33:01 +02:00
commit 7dd865de3a
9 changed files with 750 additions and 0 deletions

7
docker-compose.yml Normal file
View File

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