datatracker/.devcontainer/docker-compose.extend.yml
2021-11-10 21:51:55 +00:00

8 lines
236 B
YAML

version: '3.8'
services:
app:
environment:
EDITOR_VSCODE: 1
# Runs app on the same network as the database container, allows "forwardPorts" in devcontainer.json function.
network_mode: service:db