2023-12-11 14:25:04 +01:00
|
|
|
services:
|
2024-12-30 11:59:07 +01:00
|
|
|
nginx-proxy:
|
|
|
|
environment:
|
|
|
|
HTTPS_METHOD: nohttps
|
|
|
|
|
2023-12-11 14:25:04 +01:00
|
|
|
keepalive-disabled:
|
|
|
|
image: web
|
|
|
|
expose:
|
|
|
|
- "80"
|
|
|
|
environment:
|
2024-12-27 16:16:55 +01:00
|
|
|
WEB_PORTS: "80"
|
2023-12-11 14:25:04 +01:00
|
|
|
VIRTUAL_HOST: keepalive-disabled.nginx-proxy.test
|
2024-11-25 09:16:57 +01:00
|
|
|
labels:
|
|
|
|
com.github.nginx-proxy.nginx-proxy.keepalive: "disabled"
|
2022-03-28 02:56:36 -04:00
|
|
|
|
2023-12-11 14:25:04 +01:00
|
|
|
keepalive-enabled:
|
|
|
|
image: web
|
|
|
|
expose:
|
|
|
|
- "80"
|
|
|
|
environment:
|
2024-12-27 16:16:55 +01:00
|
|
|
WEB_PORTS: "80"
|
2023-12-11 14:25:04 +01:00
|
|
|
VIRTUAL_HOST: keepalive-enabled.nginx-proxy.test
|
|
|
|
labels:
|
|
|
|
com.github.nginx-proxy.nginx-proxy.keepalive: "64"
|
2024-12-30 11:59:07 +01:00
|
|
|
|
2023-12-26 19:07:09 +01:00
|
|
|
keepalive-auto:
|
|
|
|
image: web
|
|
|
|
deploy:
|
|
|
|
mode: replicated
|
|
|
|
replicas: 4
|
|
|
|
expose:
|
|
|
|
- "80"
|
|
|
|
environment:
|
2024-12-27 16:16:55 +01:00
|
|
|
WEB_PORTS: "80"
|
2023-12-26 19:07:09 +01:00
|
|
|
VIRTUAL_HOST: keepalive-auto.nginx-proxy.test
|
2022-03-28 02:56:36 -04:00
|
|
|
|