export-docker-status/.devcontainer/compose.yaml

11 lines
292 B
YAML
Raw Permalink Normal View History

2023-07-27 17:00:33 +00:00
version: '3.8'
services:
devcontainer:
image: mcr.microsoft.com/devcontainers/python:1-3.11-bookworm
volumes:
- ../..:/workspaces:cached
- /var/run/docker.sock:/var/run/docker.sock:ro
#network_mode: service:db
command: sleep infinity
ports:
- 9101:9101