WorkTracker/.vscode/docker-compose.debug.yml

9 lines
154 B
YAML
Raw Normal View History

2026-04-20 12:18:16 +02:00
services:
worktracker:
entrypoint:
- /bin/sh
- -c
command:
- while sleep 1000; do :; done
healthcheck:
disable: true