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'