bootstrap

This commit is contained in:
2025-10-09 18:16:51 -05:00
commit 59526558a9
7 changed files with 56 additions and 0 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
name: zola
services:
zola:
container_name: zola
build: .
ports:
- "1313:80"
networks:
- cloudflared-net
networks:
cloudflared-net:
external: true