Created temporary repo placeholder page

This commit is contained in:
2025-01-21 14:17:38 +00:00
parent 3e2ff95eff
commit ab446d0d17
2 changed files with 6 additions and 0 deletions

View File

@@ -9,6 +9,11 @@
health_timeout 10s
health_status 200
}
route /repo {
root * /repo/placeholder.html
file_server
}
}
:80 {

View File

@@ -28,6 +28,7 @@ services:
volumes:
- caddy_data:/data
- ./caddy:/etc/caddy
- ./repo:/repo
restart: unless-stopped
labels:
- "io.containers.autoupdate=registry"