Refactor how the project is run, using nginx instead of hugo server, a cron job to pull git changes, and a start script to ensure the correct services are started each run and are monitored to stay up.

This commit is contained in:
2025-08-15 11:45:23 -07:00
parent dfb9a306c5
commit d035f9d8e7
6 changed files with 112 additions and 17 deletions

View File

@@ -9,3 +9,13 @@ COMPOSE_BAKE=true
## Git Website Repository
#
REPO=https://git.hyperling.com/me/hugo-jackanope
#
## Web Environments
# Please use values YES/TRUE and NO/FALSE.
# Whether to start NGINX
PROD=YES
# Whether to start Hugo Server
DEV=NO