Iniziale
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: '3'
|
||||
services:
|
||||
app:
|
||||
# build:
|
||||
# context: .
|
||||
# dockerfile: ./Dockerfile
|
||||
image: ghcr.io/waylaidwanderer/node-chatgpt-api:latest
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- OPENAI_API_KEY=${OPENAI_API_KEY}
|
||||
volumes:
|
||||
- ./settings.js:/app/settings.js:cached
|
||||
ports:
|
||||
- '${APP_PORT:-3100}:3100'
|
||||
Reference in New Issue
Block a user