Skip to content

Commit 8114cab

Browse files
committed
to private
1 parent de99a2e commit 8114cab

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ FROM python:3.6
22
WORKDIR /app
33
COPY . .
44
RUN pip install -r requirements.txt
5-
VOLUME ["/app/proxypool/crawlers"]
5+
VOLUME ["/app/proxypool/crawlers/private"]
66
CMD ["supervisord", "-c", "supervisord.conf"]

deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ items:
9595
- containerPort: 5555
9696
resources: {}
9797
volumeMounts:
98-
- mountPath: "/app/proxypool/crawlers"
98+
- mountPath: "/app/proxypool/crawlers/private"
9999
name: proxypool
100100
restartPolicy: Always
101101
volumes:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ services:
1515
- "5555:5555"
1616
restart: always
1717
volumes:
18-
- /tmp/proxypool/crawlers:/app/proxypool/crawlers
18+
- /tmp/proxypool/crawlers/private:/app/proxypool/crawlers/private
1919
environment:
2020
REDIS_HOST: redis

0 commit comments

Comments
 (0)