2021-08-17 21:34:50 +02:00
|
|
|
services:
|
|
|
|
web:
|
|
|
|
image: web
|
|
|
|
expose:
|
|
|
|
- "80"
|
|
|
|
environment:
|
2024-12-27 16:16:55 +01:00
|
|
|
WEB_PORTS: "80"
|
2021-08-17 21:34:50 +02:00
|
|
|
VIRTUAL_HOST: web.nginx-proxy.tld
|
|
|
|
|
|
|
|
sut:
|
|
|
|
image: nginxproxy/nginx-proxy:test
|
|
|
|
volumes:
|
|
|
|
- /var/run/docker.sock:/tmp/docker.sock:ro
|