comparison docker/docker-compose_e2e.yml @ 3423:0653be94ee5e

docker: added libervia e2e image and include it in `docker-compose_e2e`: The `libervia_e2e` image is based on main `libervia` one, and add, register and set the same test certificates as the ones used in `backend_e2e`.
author Goffi <goffi@goffi.org>
date Mon, 16 Nov 2020 14:51:15 +0100
parents b3e7e3c49d8f
children d4558f3cbf13
comparison
equal deleted inserted replaced
3422:c97476c41f0f 3423:0653be94ee5e
44 SAT_TEST_ENV_E2E: "1" 44 SAT_TEST_ENV_E2E: "1"
45 networks: 45 networks:
46 default: 46 default:
47 aliases: 47 aliases:
48 - sat.test 48 - sat.test
49
50 libervia:
51 image: salutatoi/libervia_e2e
52 build: libervia_e2e
53 depends_on:
54 - sat
55 environment:
56 LIBERVIA_PASSPHRASE: test_e2e
57 ports:
58 - "8080"
59 - "8443"