Files
ChatGPT-Next-Web/docker-compose.yml
T
2023-06-16 01:22:08 +08:00

16 lines
340 B
YAML

version: '3'
services:
prod:
build:
context: .
dockerfile: Dockerfile
image: chatgpt-pro:1.0
container_name: chatgpt-pro-prod
# Set the environment variables for production
environment:
- OPENAI_API_KEY=$OPENAI_API_KEY
- BASE_URL=$BASE_URL
ports:
- 8038:3000
command: /run-app.sh