scaffolding

This commit is contained in:
2026-05-06 13:03:45 -05:00
commit 889e756132
16 changed files with 5057 additions and 0 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
services:
withered-sanctum:
build: .
container_name: withered-sanctum-site
restart: unless-stopped
networks:
blog_network:
ipv4_address: 192.168.5.90
networks:
blog_network:
external: true