1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-02-24 01:38:15 +00:00

tests: remove remaining unneeded container config

This commit is contained in:
Nicolas Duchon 2024-12-30 20:45:08 +01:00
parent bfdd72fe95
commit 005377c6e5
3 changed files with 0 additions and 9 deletions

View File

@ -1,6 +1,3 @@
include:
- ../compose.base.yml
networks:
default:
name: test_events-net

View File

@ -24,5 +24,3 @@ services:
VIRTUAL_HOST: "host-network.nginx-proxy.tld"
VIRTUAL_PORT: "8080"
network_mode: host

View File

@ -1,9 +1,5 @@
services:
nginx-proxy:
image: nginxproxy/nginx-proxy:test
container_name: nginx-proxy
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro
environment:
HTTP_PORT: 8888
network_mode: host