fork of whitequark.org/git-pages with mods for tangled

Make Caddy startup dependent on git-pages.

Fly.io starts routing requests to the VM the moment it becomes
reachable (listens on its service ports) even if it is not ready yet.
This causes transient failures on machine startup.

Changed files
+1
+1
Dockerfile
··· 57 57 command = git-pages 58 58 [program:caddy] 59 59 command = caddy run 60 + depends_on = pages 60 61 EOF 61 62 62 63 # In a standalone configuration (the default) use port 3000 (http) to connect to git-caddy.