v.0.0.4.8 Добавлено шифрование сообщения
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3d5be6d7e4
commit
e01aca0cdb
@ -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
|
||||
|
||||
@ -37,7 +37,7 @@ COPY --from=builder /app/server /usr/local/bin/server
|
||||
|
||||
# Настройки среды
|
||||
ENV GIN_MODE=release \
|
||||
PORT=50051
|
||||
PORT=50052
|
||||
|
||||
# Открываем порт
|
||||
EXPOSE $PORT
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user