initial site commit
This commit is contained in:
13
compose.yaml
Normal file
13
compose.yaml
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user