Skip to content

Commit

Permalink
Tue, 20 Apr 2021 22:43:09 +0800 commit by B4xinSynchronize.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bin4xin committed Apr 20, 2021
1 parent b83a30c commit 855c23f
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 1 deletion.
13 changes: 13 additions & 0 deletions Bin4wvsDocker/Docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FROM python:3.7
WORKDIR /usr/src/app
COPY . .

ENV DEBIAN_FRONTEND noninteractive
ENV TZ Asia/Shanghai

RUN pip install -r requirements.txt

EXPOSE 35050
EXPOSE 36050

CMD [ "python", "Src/Run/main.py" ]
13 changes: 13 additions & 0 deletions Bin4wvsDocker/Docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: '2'
services:
proxy_pool:
ports:
- "35050:35050"
- "36050:36050"
image: "1again/proxy_pool"
proxy_pool_db:
volumes:
- /data/mongodb/:/data/
ports:
- "27017:27017"
image: "mongo"
1 change: 1 addition & 0 deletions Bin4wvsDocker/_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: jekyll-theme-time-machine
6 changes: 5 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,8 @@ public class remote implements ObjectFactory, Serializable {

### 1x02:参考链接

- *[gfwlist/gfwlist](https://github.com/gfwlist/gfwlist)*
- *[gfwlist/gfwlist](https://github.com/gfwlist/gfwlist)*

## 二:Bin4wvsDocker

### 2x01:🚧UNDER CONSTRUCTION🚧

0 comments on commit 855c23f

Please sign in to comment.