Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyKomarovCoder committed Nov 21, 2023
1 parent 9c6d3b1 commit 6b31f2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions cmd/api/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ import (
redisDB "github.com/go-park-mail-ru/2023_2_Hamster/cmd/api/init/db/redis"
"github.com/go-park-mail-ru/2023_2_Hamster/cmd/api/init/server"
"github.com/go-park-mail-ru/2023_2_Hamster/internal/common/logger"
"github.com/prometheus/client_golang/prometheus"
)

var (
reg = prometheus.NewRegistry()
grpcMetrics = grpcPrometheus.NewServerMetrics()
)

// @title Hamster API
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services:


hammy-redis:
container_name: hammy-redis #host
container_name: hammy-redis
image: redis:latest
restart: on-failure
networks:
Expand All @@ -71,7 +71,7 @@ services:

hammywallet-api:
container_name: ${CONTAINER_NAME}
image: ${REGISTRY}/${IMAGE_NAME}:${GITHUB_SHA_SHORT} #codemaster482/hammywallet:latest
image: ${REGISTRY}/${IMAGE_NAME}:${GITHUB_SHA_SHORT}
env_file:
- .env
restart: always
Expand Down

0 comments on commit 6b31f2b

Please sign in to comment.