datatracker/.devcontainer/docker-compose.extend.yml
Nicolas Giard 8ea883cb7e
chore: switch to Yarn 3 (#3819)
* refactor: switch to yarn 3

* chore: add other os+cpu to yarn supported architectures

* chore: add gitattributes

* chore: add missing yarn native modules rebuild step

* chore: replace npx with yarn in test_runner + update readme

* chore: remove bootstrap-datepicker github dependency, use local instead
2022-04-25 15:54:05 -05:00

17 lines
464 B
YAML

version: '3.8'
services:
app:
environment:
EDITOR_VSCODE: 1
volumes:
- .:/workspace
- /workspace/.parcel-cache
- /workspace/__pycache__
- 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: