khalilogy

This commit is contained in:
Simon Martens
2025-10-28 15:40:10 +01:00
commit 4e97c14850
102 changed files with 17229 additions and 0 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
khalilogy:
build:
context: .
dockerfile: Dockerfile
expose:
- "80"
restart: unless-stopped
networks:
- caddynet
networks:
caddynet:
external: true