init
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
version: '3'
|
||||
services:
|
||||
prod:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: chatgpt-pro:prod
|
||||
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
|
||||
Reference in New Issue
Block a user