a new start

This commit is contained in:
2025-10-25 13:52:01 +02:00
commit a371a33682
10 changed files with 380 additions and 0 deletions

11
compose.yaml Normal file
View File

@@ -0,0 +1,11 @@
name: falcon
include:
- core/compose.yaml
- gotify/compose.yaml
- track/compose.yaml
- proxy/compose.yaml
networks:
compose_network:
name: ${NETWORK_NAME:-falcon_network}
external: true