Files
waterlevel-software/.devcontainer/docker-compose.yaml
Tobias Maier 021a5c68fa
Some checks failed
Test compiling project / test (push) Failing after 0s
Fix
2025-11-02 16:54:48 +01:00

10 lines
229 B
YAML

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