@@ -2,7 +2,7 @@ version: '2.4'
22
33services :
44
5- db.vm .openconext.org :
5+ db.dev .openconext.local :
66 image : mariadb:10.2
77 restart : always
88 container_name : eb-db
@@ -19,7 +19,7 @@ services:
1919 timeout : 2s
2020 retries : 20
2121
22- db-test.vm .openconext.org :
22+ db-test.dev .openconext.local :
2323 image : mariadb:10.2
2424 restart : always
2525 container_name : eb-db-test
@@ -37,32 +37,32 @@ services:
3737 retries : 20
3838 interval : 2s
3939
40- php-fpm.vm .openconext.org :
40+ php-fpm.dev .openconext.local :
4141 build :
4242 context : ../
4343 # override this in a dedicated dockerfile per php version
4444 # dockerfile: docker/php-fpm/Dockerfile
4545 container_name : eb-phpfpm
4646 volumes :
4747 - ../:/opt/openconext/OpenConext-engineblock
48- - ../ci/qa-config/files/engine.vm .openconext.org .crt:/etc/apache2/ssl/engine.vm .openconext.org .crt
49- - ../ci/qa-config/files/engine.vm .openconext.org .key:/etc/apache2/ssl/engine.vm .openconext.org .key
48+ - ../ci/qa-config/files/engine.dev .openconext.local .crt:/etc/apache2/ssl/engine.dev .openconext.local .crt
49+ - ../ci/qa-config/files/engine.dev .openconext.local .key:/etc/apache2/ssl/engine.dev .openconext.local .key
5050 depends_on :
51- db.vm .openconext.org :
51+ db.dev .openconext.local :
5252 condition : service_healthy
53- db-test.vm .openconext.org :
53+ db-test.dev .openconext.local :
5454 condition : service_healthy
5555 extra_hosts :
56- - ' engine.vm .openconext.org : 127.0.0.1'
56+ - ' engine.dev .openconext.local : 127.0.0.1'
5757 environment :
5858 APP_ENV : ci
5959 SYMFONY_ENV : ci
6060 networks :
6161 default :
6262 aliases :
63- - engine.vm .openconext.org
63+ - engine.dev .openconext.local
6464
65- selenium.vm .openconext.org :
65+ selenium.dev .openconext.local :
6666 image : selenium/standalone-chrome:2.53.1
6767 container_name : eb-selenium
6868 user : " ${UID}:${GID}"
@@ -79,7 +79,7 @@ services:
7979 cypress :
8080 image : " cypress/included:13.1.0"
8181 environment :
82- - CYPRESS_baseUrl=https://engine.vm .openconext.org
82+ - CYPRESS_baseUrl=https://engine.dev .openconext.local
8383 working_dir : /e2e
8484 entrypoint : cypress open --project .
8585 volumes :
0 commit comments