Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c449aaa387 |
+1
-2
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user