From 0910a2b780c148f99364478e4802d4e0b7bb2168 Mon Sep 17 00:00:00 2001 From: Ivan Vazhenin Date: Sun, 18 Feb 2024 18:40:23 +0300 Subject: [PATCH] Make service configs --- Dockerfile | 2 +- config.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 89bcfb8..d2d2dd5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,5 +10,5 @@ RUN cd deps/pygost-5.12/ && \ ENV LD_LIBRARY_PATH "/app" ENV PYTHONPATH "${PYTHONPATH}:/app" EXPOSE 9000 -EXPOSE 80 +EXPOSE 8000 CMD ["python3", "main.py"] diff --git a/config.py b/config.py index 1e6eff7..42ecb72 100644 --- a/config.py +++ b/config.py @@ -1,8 +1,8 @@ class Config: - ret_path: str = 'http://10.10.8.81:9000/' + ret_path: str = 'http://10.10.8.83:32200/' self_bnd: str = 'bnd127' - enserver: str = 'http://127.0.0.1:7000/xmlrpc' + enserver: str = 'http://10.10.8.83:32210/xmlrpc' remote_bnd: str = 'bnd128' pg_host: str = '10.10.8.83'