Removed auth
All checks were successful
Publish Container / publish (push) Successful in 5m35s

This commit is contained in:
Marco 2026-04-20 14:11:18 +02:00
commit 08e573d63c
17 changed files with 348 additions and 26 deletions

10
docker-compose.tests.yml Normal file
View file

@ -0,0 +1,10 @@
services:
playwright:
build:
context: .
dockerfile: Dockerfile.playwright
depends_on:
worktracker:
condition: service_healthy
environment:
PLAYWRIGHT_BASE_URL: http://worktracker:8080