first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 21:40:14 +03:00
commit e04ba85564
129 changed files with 17541 additions and 0 deletions

16
docker-compose.yml Normal file
View File

@@ -0,0 +1,16 @@
services:
app:
build:
context: .
dockerfile: Dockerfile
args:
GO_VERSION: "1.26.2"
container_name: ginimageapi-app
ports:
- "8011:8080"
env_file:
- .env
volumes:
- ./uploads:/app/uploads
- ./docs:/app/docs
restart: unless-stopped