10 lines
287 B
YAML
10 lines
287 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
app:
|
|
environment:
|
|
EDITOR_VSCODE: 1
|
|
volumes:
|
|
- ..:/root/src:cached
|
|
# Runs app on the same network as the database container, allows "forwardPorts" in devcontainer.json function.
|
|
network_mode: service:db |