Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
coco
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
coco
Commits
7e31f542
Commit
7e31f542
authored
Jan 17, 2019
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Update] 修改配置文件和依赖
parent
c181a470
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
Dockerfile
Dockerfile
+2
-3
config_docker.yml
config_docker.yml
+2
-0
requirements.txt
requirements/requirements.txt
+1
-1
No files found.
Dockerfile
View file @
7e31f542
...
...
@@ -12,10 +12,9 @@ ENV LANG=zh_CN.UTF-8
ENV
LC_ALL=zh_CN.UTF-8
COPY
. /opt/coco
VOLUME
/opt/coco/logs
VOLUME
/opt/coco/keys
VOLUME
/opt/coco/data
RUN
cp
config_
example
.yml config.yml
RUN
cp
config_
docker
.yml config.yml
EXPOSE
2222
CMD
python run_server.py
config_docker.yml
0 → 100644
View file @
7e31f542
CORE_HOST
:
http://core:8080
BOOTSTRAP_TOKEN
:
<PleasgeChangeSameWithJumpserver>
requirements/requirements.txt
View file @
7e31f542
...
...
@@ -19,7 +19,7 @@ itsdangerous==0.24
Jinja2==2.10
jmespath==0.9.3
jms-storage==0.0.20
jumpserver-python-sdk==0.0.5
5
jumpserver-python-sdk==0.0.5
6
MarkupSafe==1.0
oss2==2.4.0
paramiko==2.4.1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment