Files
astro-site-template/docker-compose.yml
2026-05-06 13:36:17 -05:00

12 lines
227 B
YAML

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