Sign inSign up

baicailin/url_location

By baicailin

Updated about 3 years ago

Image
0

578

baicailin/url_location repository overview

Docker compose启动 docker-compose.yml

version: "3"
services:
  url_location:
    image:  baicailin/url_location
    restart: always
    depends_on:
      - headless_shell
    # build: ./..
    command: /app/url_location -c=/app/conf/config.yaml
    volumes:
      - ./conf:/app/conf
      - ./autocert:/app/autocert
      - ./log:/app/log
    environment:
      CHROMEDP_REMOTE_DEBUG_URL: ws://headless_shell:9222
      TZ: Asia/Shanghai
    ports:
      - "8081:8080"

  headless_shell:
    image:  chromedp/headless-shell
    restart: always
    ports:
      - "9222:9222"

交流群

@baicai_dev

赞赏

赞赏白菜林,多少不重要,1元也是支持

赞赏白菜林,多少不重要,1元也是支持

Tag summary

Content type

Image

Digest

sha256:a70b5e70f

Size

57.7 MB

Last updated

about 3 years ago

docker pull baicailin/url_location