From 32b790dc190743c56d8a2de3a0f772cf578f8b60 Mon Sep 17 00:00:00 2001 From: Andrew Amason Date: Mon, 30 Dec 2024 14:53:52 -0500 Subject: [PATCH] initial site commit --- compose.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 compose.yaml diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..759227a --- /dev/null +++ b/compose.yaml @@ -0,0 +1,13 @@ +name: andrewamason.tech + +services: + server: + image: hugomods/hugo:base-non-root + command: server -D + volumes: + - ./:/src + - ~/hugo_cache:/tmp/hugo_cache + ports: + - 1313:1313 + expose: + - 1313