fix(e2e): split docker-compose files for standalone webdav tests

docker-compose.e2e.yaml was failing when used standalone because the
supersync service only had a port override without a base definition.
Split into separate files so e2e:docker:webdav works without errors.
This commit is contained in:
Johannes Millan 2026-01-09 17:27:30 +01:00
parent ca98d2c936
commit cdf52cc4e5
4 changed files with 15 additions and 11 deletions

View file

@ -1,10 +1,7 @@
# Docker Compose override for E2E tests
# Uses port 1901 so tests can run while dev server uses 1900
# Note: For supersync tests, use both files: -f docker-compose.yaml -f docker-compose.e2e.yaml
# This file is standalone for app/webdav tests only
services:
supersync:
ports: !override
- '1901:1900'
# Angular development server for E2E tests
app:
build: