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