Author SHA1 Message Date
renovate-bot c449aaa387 chore(deps): update nginx docker tag to v1.31 2026-05-14 18:17:43 +00:00
2 changed files with 1 additions and 4 deletions
+1 -2
View File
@@ -39,7 +39,7 @@ services:
labels:
- "coop-cloud.${STACK_NAME}.version=1.0.0+5.1-latest"
frontend:
image: nginx:1.29-alpine
image: nginx:1.31-alpine
networks:
- proxy
- backend
@@ -67,7 +67,6 @@ services:
- STACK_NAME
- ROOT_PATH=/var/www/html/public
- DOMAIN
- MAX_BODY_SIZE=${MAX_BODY_SIZE:-256M}
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"]
interval: 30s
-2
View File
@@ -4,8 +4,6 @@ server {
listen [::]:80;
server_name localhost;
client_max_body_size {{ env "MAX_BODY_SIZE" }};
root {{ env "ROOT_PATH" }};
#charset koi8-r;