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