v.0.0.4.8 Добавлено шифрование сообщения
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
madipo2611 2025-08-21 23:08:01 +03:00
parent 3d5be6d7e4
commit e01aca0cdb
2 changed files with 2 additions and 2 deletions

View File

@ -18,4 +18,4 @@ steps:
- docker stop tailly_messages || true
- docker rm tailly_messages || true
- DOCKER_BUILDKIT=1 docker build -t tailly_messages .
- docker run -d --name tailly_messages --network tailly_net -p 50051:50051 tailly_messages
- docker run -d --name tailly_messages --network tailly_net -p 50052:50052 tailly_messages

View File

@ -37,7 +37,7 @@ COPY --from=builder /app/server /usr/local/bin/server
# Настройки среды
ENV GIN_MODE=release \
PORT=50051
PORT=50052
# Открываем порт
EXPOSE $PORT