Files
waterlevel-software/.devcontainer/docker-compose.yaml
tobimai 7b0f3d20b0
Some checks are pending
Test compiling project / test (push) Waiting to run
Switch to devcontainer
2025-05-24 15:59:22 +00:00

10 lines
227 B
YAML

version: '3.8'
services:
app:
image: gitea.maiertobi.de/tobimai/devcontainer-pio:latest
user: tobi:tobi
volumes:
- ..:/workspace:cached
- /home/tobi/.ssh:/home/tobi/.ssh:ro
command: sleep infinity