Skip to content
Snippets Groups Projects
Commit c7132a56 authored by jurgenhaas's avatar jurgenhaas
Browse files

Allow cypress access to mailhog

parent e4da802d
No related branches found
No related tags found
1 merge request!46Merging develop into main
Pipeline #700234 passed
......@@ -526,6 +526,9 @@ services:
image: 'registry.lakedrops.com/docker/cypress:{{ cypress.version }}'
environment:
- CYPRESS_baseUrl={{ projectprotocol }}://{{ projectdomain }}{{ projectport }}
{% if mailhog.enable %}
- CYPRESS_mailhogUrl={{ projectprotocol }}://mailhog-{{ projectdomain }}{{ projectport }}
{% endif %}
- PHP_CONTAINER={{ projectname }}-php-1
{% if not drupal.live|default(0) %}
- DISPLAY=:0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment