fix: Optimized NAS volumes to prevent overwriting static assets
This commit is contained in:
parent
8baf0f0d4c
commit
ad9586b7fb
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "8558:8888"
|
- "8558:8888"
|
||||||
volumes:
|
volumes:
|
||||||
- ./static:/app/static
|
- ./static/generated:/app/static/generated
|
||||||
|
- ./static/uploads:/app/static/uploads
|
||||||
- ./prompts.json:/app/prompts.json
|
- ./prompts.json:/app/prompts.json
|
||||||
- ./user_prompts.json:/app/user_prompts.json
|
- ./user_prompts.json:/app/user_prompts.json
|
||||||
- ./gallery_favorites.json:/app/gallery_favorites.json
|
- ./gallery_favorites.json:/app/gallery_favorites.json
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue