mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Support using with docker compose
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
chatgpt_web:
|
||||
container_name: chatgpt_web
|
||||
command: npm run deploy
|
||||
restart: always
|
||||
ports:
|
||||
- 5173:5173
|
||||
build:
|
||||
context: "."
|
||||
dockerfile: Dockerfile
|
||||
Reference in New Issue
Block a user