1
0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2025-04-21 08:48:03 +02:00
nginx-proxy/test/test_nginx-entrypoint/test_nginx-entrypoint.yml
2024-05-04 20:47:07 +02:00

11 lines
254 B
YAML

version: "2"
services:
sut:
image: nginxproxy/nginx-proxy:test
environment:
TEST_VARIABLE: "FOOBARBAZ"
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro
- ./test.conf.template:/etc/nginx/templates/test.conf.template:ro