mirror of
https://github.com/zhao-zg/jd-login.git
synced 2026-01-14 15:00:42 +08:00
Delete compose.yaml
This commit is contained in:
parent
29c724e893
commit
041e6073a9
23
compose.yaml
23
compose.yaml
@ -1,23 +0,0 @@
|
||||
version: "3"
|
||||
services:
|
||||
jd_autologin:
|
||||
image: python:3.12.4
|
||||
container_name: jd_autologin
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 12345:12345
|
||||
working_dir: /app
|
||||
environment:
|
||||
TZ: Asia/Shanghai
|
||||
command: >
|
||||
sh -c "apt -y update && apt -y install libnss3 libnspr4 libatk1.0-0
|
||||
libatk-bridge2.0-0 libcups2 libdrm2 libdbus-1-3 libxkbcommon0
|
||||
libxcomposite1 libxdamage1 libxfixes3 libxrandr2 libgbm1 libasound2
|
||||
libatspi2.0-0 libxshmfence1 && python -m pip install --upgrade pip && pip
|
||||
install pyppeteer Pillow asyncio aiohttp opencv-python-headless ddddocr
|
||||
quart && wget
|
||||
https://raw.githubusercontent.com/zhao-zg/jd-login/main/api.py
|
||||
-O api.py && wget
|
||||
https://raw.githubusercontent.com/zhao-zg/jd-login/main/login.py
|
||||
-O login.py && python api.py"
|
||||
networks: {}
|
||||
Loading…
Reference in New Issue
Block a user