Add app3.example.com to services in docker-compose.test.yml in web UI tests

This commit is contained in:
Théophile Diot 2024-05-02 10:37:31 +02:00
parent bd3318289f
commit 5b79d1d392
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -13,6 +13,7 @@ services:
- "www.example.com:192.168.0.2"
- "app1.example.com:192.168.0.2"
- "app2.example.com:192.168.0.2"
- "app3.example.com:192.168.0.2"
networks:
bw-services:
ipv4_address: 192.168.0.3