feat: implementa webapp FastAPI con API swagger e test

This commit is contained in:
Luca Sacchi Ricciardi
2026-04-24 13:56:32 +02:00
parent 24e7d5eede
commit e8ae3603e7
10 changed files with 509 additions and 137 deletions
+2
View File
@@ -4,4 +4,6 @@ services:
container_name: supabase-pinger
env_file:
- .env
ports:
- "8080:8080"
restart: unless-stopped