mirror of
https://github.com/Cian-H/iform-invenio.git
synced 2025-12-23 20:51:57 +00:00
Created temporary repo placeholder page
This commit is contained in:
@@ -9,6 +9,11 @@
|
|||||||
health_timeout 10s
|
health_timeout 10s
|
||||||
health_status 200
|
health_status 200
|
||||||
}
|
}
|
||||||
|
|
||||||
|
route /repo {
|
||||||
|
root * /repo/placeholder.html
|
||||||
|
file_server
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
:80 {
|
:80 {
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- caddy_data:/data
|
- caddy_data:/data
|
||||||
- ./caddy:/etc/caddy
|
- ./caddy:/etc/caddy
|
||||||
|
- ./repo:/repo
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
- "io.containers.autoupdate=registry"
|
- "io.containers.autoupdate=registry"
|
||||||
|
|||||||
Reference in New Issue
Block a user