feat: Dockerize the application

This commit is contained in:
Darp Alakun
2025-01-04 19:52:54 -05:00
parent 466b34b5bd
commit 6e3cee596f
7 changed files with 48 additions and 78 deletions

View File

@@ -1,12 +1,12 @@
// Package gateway provides the default routes for the Sonr hway.
package gateway
package app
import (
"github.com/labstack/echo-contrib/echoprometheus"
"github.com/labstack/echo/v4"
echomiddleware "github.com/labstack/echo/v4/middleware"
"github.com/onsonr/hway/gateway/handlers"
config "github.com/onsonr/hway/internal/config/hway"
config "github.com/onsonr/hway/internal/config"
hwayorm "github.com/onsonr/hway/internal/models"
"github.com/onsonr/hway/pkg/common"
"github.com/onsonr/hway/pkg/context"