advent22/.devcontainer/docker_compose.yml

15 lines
337 B
YAML
Raw Normal View History

name: advent22
services:
api:
image: mcr.microsoft.com/devcontainers/python:3-3.14-trixie
volumes:
- ../:/workspaces/advent22:cached
2026-02-22 13:11:38 +00:00
command: sleep infinity
ui:
image: mcr.microsoft.com/devcontainers/javascript-node:4-24-trixie
volumes:
- ../:/workspaces/advent22:cached
2026-02-22 13:11:38 +00:00
command: sleep infinity