selenium_keyan/说明.txt

16 lines
1.3 KiB
Plaintext
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

selenium 是爬虫服务
selenium_django是后端服务
selenium_vue是前端服务
在docker-compose.yaml中修改ip
docker-compose up -d --build 即可
docker展示如下
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
f333cd6599ef wpproject-selenium_vue "/docker-entrypoint.…" 2 hours ago Up 2 hours 0.0.0.0:8091->80/tcp, [::]:8091->80/tcp selenium-vue-container
42e59ce25463 wpproject-selenium_django "/entrypoint.sh" 2 hours ago Up 2 hours 0.0.0.0:8002->8000/tcp, [::]:8002->8000/tcp selenium-django-container
6e21e384388f redis:7 "docker-entrypoint.s…" 2 hours ago Up 2 hours 0.0.0.0:6380->6379/tcp, [::]:6380->6379/tcp redis
b287b4f6204c wpproject-selenium "/entrypoint.sh" 2 hours ago Up 2 hours 0.0.0.0:5001->5000/tcp, [::]:5001->5000/tcp