datatracker/.devcontainer/docker-compose.extend.yml
2022-03-14 17:02:53 -05:00

12 lines
378 B
YAML

version: '3.8'
services:
app:
environment:
EDITOR_VSCODE: 1
DJANGO_SETTINGS_MODULE: settings_local_sqlitetest
volumes:
- .:/root/src
- /root/src/node_modules
# Runs app on the same network as the database container, allows "forwardPorts" in devcontainer.json function.
network_mode: service:db