ffuqiangg / JD_Shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JD_Shell

docker compose

version: "3"
services:
  jd:
    image: ffuqiangg/nodejd
    container_name: jd
    restart: always
    tty: true
    network_mode: host
    hostname: jd
    volumes:
      - ./config:/jd/config
      - ./log:/jd/log
      - ./raw:/jd/raw
      - ./scripts:/jd/scripts
    environment: 
      - url_scripts=
      - branch_scripts=

About


Languages

Language:Shell 98.9%Language:JavaScript 1.1%