🧑‍💻(docker) create a e2e compose configuration

We want to run the e2e tests using the frontend and y-provider
production images. We created a dedicated compose file adding just
missing services. These services are built in the CI.
This commit is contained in:
Manuel Raynaud
2025-06-13 10:19:27 +02:00
parent 56a945983e
commit 6c16e081de
4 changed files with 71 additions and 13 deletions

View File

@@ -107,8 +107,6 @@ services:
depends_on:
app-dev:
condition: service_started
y-provider:
condition: service_started
keycloak:
condition: service_healthy
restart: true
@@ -148,7 +146,7 @@ services:
volumes:
- ".:/app"
y-provider:
y-provider-development:
user: ${DOCKER_USER:-1000}
build:
context: .