Label stacks that should only run on ubuntu-dev: - bookclub, dockge, filebrowser, meshmon, meshtastic-web - mllogwatcher, network-mcp, obby, obsidian-tools - syncthing, szurubooru These will now be filtered by the updated workflow. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
10 lines
219 B
YAML
10 lines
219 B
YAML
services:
|
|
meshtastic-web:
|
|
image: ghcr.io/meshtastic/web:latest
|
|
container_name: meshtastic-web
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8585:8080"
|
|
labels:
|
|
- "com.ghost.tel/stack-type=dev-only"
|