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