security-update

This commit is contained in:
2026-05-31 10:19:06 +02:00
parent 6b59c01744
commit aad01f1fc5
+5 -1
View File
@@ -20,12 +20,16 @@ services:
restart: unless-stopped restart: unless-stopped
security_opt: security_opt:
- no-new-privileges:true - no-new-privileges:true
cap_drop:
- ALL
env_file: env_file:
- .env.production - .env.production
expose: expose:
- "3000" - "3000"
networks: networks:
- default default:
aliases:
- web-prod
healthcheck: healthcheck:
test: ["CMD", "wget", "-qO-", "http://127.0.0.1:3000/"] test: ["CMD", "wget", "-qO-", "http://127.0.0.1:3000/"]
interval: 30s interval: 30s