GraphQL docs #1074

This commit is contained in:
jokob-sk
2025-06-08 08:55:06 +10:00
parent 6fd8c2fbd9
commit f709c97602
10 changed files with 67 additions and 2 deletions

View File

@@ -85,8 +85,8 @@ services:
# (Optional) Useful for debugging setup issues
- local/path/logs:/app/log
# (API: OPTION 1) Store temporary files in memory (recommended for performance)
- type: tmpfs # ◀
target: /app/api # ◀
- type: tmpfs # ◀ 🔺
target: /app/api # ◀ 🔺
# (API: OPTION 2) Store API data on disk (useful for debugging)
# - local/path/api:/app/api
environment: