nianhua99 / PandoraHelper

使用 PandoraHelper 轻松和你的小伙伴共享 ChatGPT Plus/Claude Pro 服务!
https://wiki.oai2b.com
MIT License
992 stars 153 forks source link

新增 docker-compose 部署方式 #59

Closed markwhitey closed 9 months ago

markwhitey commented 9 months ago
version: '3.3'
services:
  pandoranext-helper:
    image: q11391/pandora-next-helper
    container_name: PandoraNext-Helper
    restart: always
    network_mode: bridge
    ports:
      - "8182:8182"
    volumes:
      - <YOUR_PANDORA_NEXT_PATH>:/data
    environment:
      - PANDORA_NEXT_DOMAIN=<YOUR_PANDORA_NEXT_DOMAIN>
nianhua99 commented 9 months ago

感谢,我会加进去这个