initial commit

This commit is contained in:
2026-05-29 17:12:19 +02:00
commit a8593afa61
24 changed files with 1322 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
bandwidth-worker:
build: .
image: bandwidth-worker:1.0.0
container_name: bandwidth-worker
restart: unless-stopped
env_file: .env
networks:
- edge
networks:
edge:
external: true