2023-12-08 00:46:21 +01:00
|
|
|
services:
|
2024-12-30 11:59:07 +01:00
|
|
|
# nginx-proxy:
|
|
|
|
# environment:
|
|
|
|
# ENABLE_HTTP3: "false" #Disabled by default
|
|
|
|
|
2023-12-08 00:46:21 +01:00
|
|
|
http3-vhost-enabled:
|
|
|
|
image: web
|
|
|
|
expose:
|
|
|
|
- "80"
|
|
|
|
environment:
|
2024-12-27 16:16:55 +01:00
|
|
|
WEB_PORTS: "80"
|
2023-12-08 00:46:21 +01:00
|
|
|
VIRTUAL_HOST: http3-vhost-enabled.nginx-proxy.tld
|
|
|
|
labels:
|
|
|
|
com.github.nginx-proxy.nginx-proxy.http3.enable: "true"
|
|
|
|
|
|
|
|
http3-vhost-disabled:
|
|
|
|
image: web
|
|
|
|
expose:
|
|
|
|
- "80"
|
|
|
|
environment:
|
2024-12-27 16:16:55 +01:00
|
|
|
WEB_PORTS: "80"
|
2023-12-08 00:46:21 +01:00
|
|
|
VIRTUAL_HOST: http3-vhost-disabled.nginx-proxy.tld
|
|
|
|
labels:
|
|
|
|
com.github.nginx-proxy.nginx-proxy.http3.enable: "false"
|
|
|
|
|
|
|
|
http3-vhost-default-disabled:
|
|
|
|
image: web
|
|
|
|
expose:
|
|
|
|
- "80"
|
|
|
|
environment:
|
2024-12-27 16:16:55 +01:00
|
|
|
WEB_PORTS: "80"
|
2023-12-08 00:46:21 +01:00
|
|
|
VIRTUAL_HOST: http3-vhost-default-disabled.nginx-proxy.tld
|