ante-erp-cli 1.11.45 → 1.11.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -214,10 +214,8 @@ ${installGate ? `
|
|
|
214
214
|
# Security hardening
|
|
215
215
|
security_opt:
|
|
216
216
|
- no-new-privileges:true
|
|
217
|
-
read_only: true
|
|
218
217
|
tmpfs:
|
|
219
218
|
- /tmp:noexec,nosuid,size=100m
|
|
220
|
-
- /app/.next/cache:noexec,nosuid,size=200m
|
|
221
219
|
healthcheck:
|
|
222
220
|
test: ["CMD", "curl", "-f", "http://localhost:3000"]
|
|
223
221
|
interval: 30s
|
|
@@ -249,10 +247,8 @@ ${installGate ? `
|
|
|
249
247
|
# Security hardening
|
|
250
248
|
security_opt:
|
|
251
249
|
- no-new-privileges:true
|
|
252
|
-
read_only: true
|
|
253
250
|
tmpfs:
|
|
254
251
|
- /tmp:noexec,nosuid,size=100m
|
|
255
|
-
- /app/.next/cache:noexec,nosuid,size=200m
|
|
256
252
|
healthcheck:
|
|
257
253
|
test: ["CMD", "curl", "-f", "http://localhost:9003"]
|
|
258
254
|
interval: 30s
|