gpt4free-ts/docker-compose.yaml

20 行
553 B
YAML
Raw 通常表示 履歴

2023-05-04 22:47:53 +09:00
version: "3.9"
services:
gpt4free-ts:
build:
context: .
dockerfile: Dockerfile
container_name: gpt4free-ts
image: gpt4free-ts:latest
ports:
- "3000:3000"
restart: always
environment:
# - TZ=Asia/Shanghai
- http_proxy=http://192.168.0.155:10811
- https_proxy=http://192.168.0.155:10811
2023-05-05 19:36:27 +09:00
# you should config this if you use forefront api, this apikey is used for receive register email
# get api key here https://rapidapi.com/Privatix/api/temp-mail
- rapid_api_key=xxxx