This commit is contained in:
Simon Martens
2025-10-02 23:31:45 +02:00
commit 442300d264
13323 changed files with 78099 additions and 0 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
konkykru:
build: .
restart: unless-stopped
networks:
- caddynet
networks:
caddynet:
external: true