feat(docker): Add Dockerfile and compose file

This commit is contained in:
Björn Benouarets
2025-11-29 03:09:40 +01:00
parent 08055398c4
commit 3c08a2cb25
13 changed files with 381 additions and 9 deletions

5
app/schema/domain.go Normal file
View File

@@ -0,0 +1,5 @@
package schema
type DomainSchema struct {
Name string `json:"name"`
}