From 612bae7ab0afd7f70957502a455ff13137cc8881 Mon Sep 17 00:00:00 2001 From: emmatveev Date: Mon, 10 Jun 2024 19:10:42 +0300 Subject: [PATCH] port --- .deploy/deploy-dev.yaml | 4 ++-- .deploy/deploy-prod.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.deploy/deploy-dev.yaml b/.deploy/deploy-dev.yaml index 1917e5e..3c70f26 100644 --- a/.deploy/deploy-dev.yaml +++ b/.deploy/deploy-dev.yaml @@ -19,9 +19,9 @@ services: VK_SERVICE_TOKEN: $VK_SERVICE_TOKEN YANDEX_SERVICE_TOKEN: $YANDEX_SERVICE_TOKEN PLATFORM_SECURITY_TOKEN: $PLATFORM_SECURITY_TOKEN - command: runserver 0.0.0.0:8000 + command: runserver 0.0.0.0:1238 healthcheck: - test: curl --fail http://0.0.0.0:8000/ping || exit 1 + test: curl --fail http://0.0.0.0:1238/ping || exit 1 interval: 60s retries: 5 start_period: 10s diff --git a/.deploy/deploy-prod.yaml b/.deploy/deploy-prod.yaml index a9a0671..7dddbcb 100644 --- a/.deploy/deploy-prod.yaml +++ b/.deploy/deploy-prod.yaml @@ -20,9 +20,9 @@ services: YANDEX_SERVICE_TOKEN: $YANDEX_SERVICE_TOKEN TELEGRAM_TOKEN: $TELEGRAM_TOKEN PLATFORM_SECURITY_TOKEN: $PLATFORM_SECURITY_TOKEN - command: runserver 0.0.0.0:8000 + command: runserver 0.0.0.0:1238 healthcheck: - test: curl --fail http://0.0.0.0:8000/ping || exit 1 + test: curl --fail http://0.0.0.0:1238/ping || exit 1 interval: 60s retries: 5 start_period: 10s