mniej logow z varnisha

This commit is contained in:
root
2025-12-07 15:40:03 +01:00
parent cad4f35997
commit d4253dd4a5

View File

@@ -33,6 +33,14 @@ services:
- ./deploy/varnish/default.vcl:/etc/varnish/default.vcl:ro - ./deploy/varnish/default.vcl:/etc/varnish/default.vcl:ro
environment: environment:
- VARNISH_SIZE=256m - VARNISH_SIZE=256m
command: >
varnishd
-f /etc/varnish/default.vcl
-a http=:80,HTTP
-p feature=+http2
-s malloc,${VARNISH_SIZE:-256m}
-l 1m
-d
env_file: env_file:
- .env - .env
networks: networks: