chore: capture BirWeb E2E baseline
This commit is contained in:
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
FROM nginxinc/nginx-unprivileged:1.27-alpine
|
||||||
|
COPY --chown=101:101 site/ /usr/share/nginx/html/
|
||||||
|
USER 101
|
||||||
|
EXPOSE 8080
|
||||||
|
HEALTHCHECK --interval=10s --timeout=2s --retries=3 CMD wget -qO- http://127.0.0.1:8080/health.json || exit 1
|
||||||
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# BirWeb Disposable E2E Site
|
||||||
|
|
||||||
|
Contains no customer data or secrets. Used only to verify Git revision, staging deployment, health checks and rollback.
|
||||||
1
site/health.json
Normal file
1
site/health.json
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{"status":"ok","service":"birweb-e2e-site"}
|
||||||
5
site/index.html
Normal file
5
site/index.html
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html lang="tr">
|
||||||
|
<head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>BirWeb E2E Test Site</title></head>
|
||||||
|
<body><main><h1 id="hero-title">BirWeb E2E Base Revision</h1><p>Disposable Git-backed deployment fixture.</p></main></body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user