Files
docker-compose/compose.yaml
Sebastian Krüger 23fbae0228 feat: create net stack consolidating proxy, netdata, watchtower, and umami
- Create net/compose.yaml with 4 services (traefik, netdata, watchtower, umami)
- Update arty.yml with NET_* environment variables
- Update compose.yaml to include net instead of individual stacks
- Update restic volume references to net_letsencrypt_data and net_netdata_config
- Copy configuration files to net/ directory (Dockerfile, dynamic/, go.d/, etc.)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-15 17:00:36 +01:00

16 lines
272 B
YAML

name: falcon
include:
- core/compose.yaml
- sexy/compose.yaml
- util/compose.yaml
- ai/compose.yaml
- restic/compose.yaml
- net/compose.yaml
- media/compose.yaml
- dev/compose.yaml
networks:
compose_network:
name: ${NETWORK_NAME}
external: true