Update landing-pure-react-code.tsx

This commit is contained in:
Stefan Pejcic 2025-05-15 12:08:16 +02:00 committed by GitHub
parent 31a5727d4a
commit 94e7c51b97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -288,7 +288,7 @@ services:
- www
varnish:
image: varnish:${VARNISH_VERSIONe}
image: varnish:${VARNISH_VERSION}
container_name: varnish
environment:
WEB_SERVER: "${WEB_SERVER}"
@ -303,8 +303,8 @@ services:
deploy:
resources:
limits:
cpus: "${VARNISH_CPU"
memory: "${VARNISH_RAM"
cpus: "${VARNISH_CPU}"
memory: "${VARNISH_RAM}"
depends_on:
- "${WEB_SERVER}"
networks: