datatracker/.devcontainer/docker-compose.extend.yml
Nicolas Giard deb01f2d83
test: remove cypress + migrate existing tests to playwright (#4781)
* test: remove cypress + migrate existing tests to playwright + update workflows

* ci: remove leftover condition in ci-run-tests workflow

* ci: add missing matrix to tests-playwright-legacy

* ci: run playwright legacy as user 1001

* ci: set home var for firefox

* ci: allow firefox to run as root for tests
2022-11-22 16:26:19 -06:00

20 lines
571 B
YAML

version: '3.8'
services:
app:
environment:
EDITOR_VSCODE: 1
volumes:
- .:/workspace
- /workspace/.parcel-cache
- /workspace/__pycache__
- /workspace/.vite
- /workspace/.yarn/unplugged
- app-assets:/assets
# - datatracker-vscode-ext:/root/.vscode-server/extensions
# Runs app on the same network as the database container, allows "forwardPorts" in devcontainer.json function.
network_mode: service:db
volumes:
datatracker-vscode-ext: