update docker-compose
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# docker compose -f docker-compose.prod.yml up --build -d
|
||||
version: '3'
|
||||
services:
|
||||
prod:
|
||||
@@ -11,5 +12,5 @@ services:
|
||||
- OPENAI_API_KEY=$OPENAI_API_KEY
|
||||
- BASE_URL=$BASE_URL
|
||||
ports:
|
||||
- 8038:3000
|
||||
- 127.0.0.1:8038:3000
|
||||
command: /run-app.sh
|
||||
|
||||
Reference in New Issue
Block a user