Setup repo for local, dev and production

This commit is contained in:
2025-09-06 14:28:46 +10:00
parent 7a9a8a1f15
commit 898ad5e541
40 changed files with 236 additions and 64 deletions

5
.env.local Normal file
View File

@ -0,0 +1,5 @@
IMAGE_TAG=local
CONTAINER_NAME=comprofix-local
HUGO_BASEURL=http://localhost:8080
HOSTNAME=localhost
LOCAL_PORT=8080