Commit 7e31f542 authored by ibuler's avatar ibuler

[Update] 修改配置文件和依赖

parent c181a470
...@@ -12,10 +12,9 @@ ENV LANG=zh_CN.UTF-8 ...@@ -12,10 +12,9 @@ ENV LANG=zh_CN.UTF-8
ENV LC_ALL=zh_CN.UTF-8 ENV LC_ALL=zh_CN.UTF-8
COPY . /opt/coco COPY . /opt/coco
VOLUME /opt/coco/logs VOLUME /opt/coco/data
VOLUME /opt/coco/keys
RUN cp config_example.yml config.yml RUN cp config_docker.yml config.yml
EXPOSE 2222 EXPOSE 2222
CMD python run_server.py CMD python run_server.py
CORE_HOST: http://core:8080
BOOTSTRAP_TOKEN: <PleasgeChangeSameWithJumpserver>
...@@ -19,7 +19,7 @@ itsdangerous==0.24 ...@@ -19,7 +19,7 @@ itsdangerous==0.24
Jinja2==2.10 Jinja2==2.10
jmespath==0.9.3 jmespath==0.9.3
jms-storage==0.0.20 jms-storage==0.0.20
jumpserver-python-sdk==0.0.55 jumpserver-python-sdk==0.0.56
MarkupSafe==1.0 MarkupSafe==1.0
oss2==2.4.0 oss2==2.4.0
paramiko==2.4.1 paramiko==2.4.1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment