mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-11 22:30:47 +01:00
feat(docker): add tmpfs caching for Next.js in compose files
This commit is contained in:
@@ -26,6 +26,8 @@ services:
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
read_only: true
|
||||
tmpfs:
|
||||
- /app/.next/cache # next image caching
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
cap_drop:
|
||||
|
||||
Reference in New Issue
Block a user