mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
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:
parent
ca98d2c936
commit
cdf52cc4e5
4 changed files with 15 additions and 11 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue