mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-22 18:30:09 +00:00
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.
7 lines
271 B
YAML
7 lines
271 B
YAML
# Docker Compose override for SuperSync E2E tests
|
|
# Uses port 1901 so tests can run while dev server uses 1900
|
|
# Usage: docker compose -f docker-compose.yaml -f docker-compose.supersync.yaml up -d supersync
|
|
services:
|
|
supersync:
|
|
ports: !override
|
|
- '1901:1900'
|