Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
L
lcc-shape
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
wangmingming
lcc-shape
Commits
b454e185
Commit
b454e185
authored
Oct 18, 2023
by
wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wn test
parent
e0fbff40
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
60 additions
and
46 deletions
+60
-46
docker-compose.yml
b6/docker-compose.yml
+7
-7
js_dom_run.js
b6/src/js_dom_run.js
+1
-1
src_run_chrome_105.js
src_run_chrome_105.js
+46
-35
src_run_company_chrome.js
src_run_company_chrome.js
+2
-2
test.py
test.py
+4
-1
No files found.
b6/docker-compose.yml
View file @
b454e185
...
...
@@ -8,7 +8,7 @@ services:
resources
:
limits
:
cpus
:
'
2'
memory
:
1
G
memory
:
2
G
volumes
:
-
/data/log/lcc-b6/:/data/log/lcc-b6/
environment
:
...
...
@@ -21,7 +21,7 @@ services:
resources
:
limits
:
cpus
:
'
2'
memory
:
1
G
memory
:
2
G
volumes
:
-
/data/log/lcc-b6/:/data/log/lcc-b6/
environment
:
...
...
@@ -34,7 +34,7 @@ services:
resources
:
limits
:
cpus
:
'
2'
memory
:
1
G
memory
:
2
G
volumes
:
-
/data/log/lcc-b6/:/data/log/lcc-b6/
environment
:
...
...
@@ -47,7 +47,7 @@ services:
resources
:
limits
:
cpus
:
'
2'
memory
:
1
G
memory
:
2
G
volumes
:
-
/data/log/lcc-b6/:/data/log/lcc-b6/
environment
:
...
...
@@ -60,7 +60,7 @@ services:
# resources:
# limits:
# cpus: '2'
# memory:
1
G
# memory:
2
G
# volumes:
# - /data/log/lcc-5s/:/data/log/lcc-5s/
# akm3:
...
...
@@ -72,7 +72,7 @@ services:
# resources:
# limits:
# cpus: '2'
# memory:
1
G
# memory:
2
G
# akm4: # 单个服务标识(名字)
# container_name: lcc-py-5s-4 # 启动后的容器名称 相当于 --name 指定的名称
# image: py5s:latest # 镜像
...
...
@@ -81,4 +81,4 @@ services:
# resources:
# limits:
# cpus: '2'
# memory:
1
G
# memory:
2
G
b6/src/js_dom_run.js
View file @
b454e185
No preview for this file type
src_run_chrome_105.js
View file @
b454e185
This diff is collapsed.
Click to expand it.
src_run_company_chrome.js
View file @
b454e185
This diff is collapsed.
Click to expand it.
test.py
View file @
b454e185
This diff is collapsed.
Click to expand it.
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