Squid ci fixes

This commit is contained in:
Jamie Curnow 2024-10-13 22:04:07 +10:00
parent b01817bc7f
commit f2bb8f2b3d
No known key found for this signature in database
GPG Key ID: FFBB624C43388E9E

View File

@ -92,9 +92,8 @@ services:
context: ../
dockerfile: test/cypress/Dockerfile
environment:
CYPRESS_baseUrl: 'http://fullstack:81'
HTTP_PROXY: 'http://squid:3128'
HTTPS_PROXY: 'http://squid:3128'
HTTP_PROXY: 'squid:3128'
HTTPS_PROXY: 'squid:3128'
volumes:
- 'cypress_logs:/results'
- './dev/resolv.conf:/etc/resolv.conf:ro'