mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Depend on mocked service, volume mount
This commit is contained in:
@@ -4,10 +4,14 @@ services:
|
||||
chatgpt_web:
|
||||
container_name: chatgpt_web
|
||||
restart: always
|
||||
depends_on:
|
||||
- mocked_api
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- 5173:5173
|
||||
volumes:
|
||||
- .:/app
|
||||
build:
|
||||
context: "."
|
||||
dockerfile: Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user