1
0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-09-28 15:01:27 +02:00
nginx-proxy/test/test_ssl/test_nohttps.yml
Thomas LEVEIL 6069bc53cd TESTS: replace old test suite with the new one
get rid of Bats definitively
2017-02-17 00:29:30 +01:00

14 lines
238 B
YAML

web:
image: web
expose:
- "83"
environment:
WEB_PORTS: "83"
VIRTUAL_HOST: "web.nginx-proxy.tld"
HTTPS_METHOD: nohttps
sut:
image: jwilder/nginx-proxy:test
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro