10 lines
229 B
YAML
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
|