landingpage v1
This commit is contained in:
30
README.md
Normal file
30
README.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Mitarbeiterpuls Landingpage
|
||||
|
||||
Dieses Verzeichnis enthält die statische Landingpage für `mitarbeiterpuls` sowie ein minimales Docker-Setup für Deployment über Coolify.
|
||||
|
||||
## Verwendete Seite
|
||||
|
||||
Die produktive Startseite wird aus [`stitch-landingpage.html`](./stitch-landingpage.html) gebaut und im Container als `index.html` ausgeliefert.
|
||||
|
||||
## Lokaler Build
|
||||
|
||||
```bash
|
||||
docker build -t mitarbeiterpuls-landingpage .
|
||||
docker run --rm -p 8080:80 mitarbeiterpuls-landingpage
|
||||
```
|
||||
|
||||
Dann im Browser öffnen:
|
||||
|
||||
```text
|
||||
http://localhost:8080
|
||||
```
|
||||
|
||||
## Coolify
|
||||
|
||||
Für Coolify reicht dieses Repository/Verzeichnis mit dem vorhandenen `Dockerfile`.
|
||||
|
||||
Empfohlene Einstellungen:
|
||||
|
||||
- Build Pack: `Dockerfile`
|
||||
- Port: `80`
|
||||
- Healthcheck-Pfad: `/health`
|
||||
Reference in New Issue
Block a user