增加后端文件上传目录的挂载
This commit is contained in:
parent
96657ed5cf
commit
555547cfcd
@ -47,13 +47,15 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "${SERVER_HTTP_PORT}:3001" #http端口
|
- "${SERVER_HTTP_PORT}:3001" #http端口
|
||||||
- "${SERVER_WS_PORT}:3002" #websocket端口
|
- "${SERVER_WS_PORT}:3002" #websocket端口
|
||||||
# read_only: true
|
read_only: true
|
||||||
networks:
|
networks:
|
||||||
comfyai:
|
comfyai:
|
||||||
ipv4_address: 172.21.0.6
|
ipv4_address: 172.21.0.6
|
||||||
depends_on:
|
depends_on:
|
||||||
- mongo
|
- mongo
|
||||||
- redis
|
- redis
|
||||||
|
volumes:
|
||||||
|
- ./data/upload:/app/upload
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
# MongoDB配置,用户管理,不会配置的话保持默认即可
|
# MongoDB配置,用户管理,不会配置的话保持默认即可
|
||||||
|
Loading…
Reference in New Issue
Block a user