Init Slavic Pulse frontend for slavic-pulse.com domain.

Adapt branding, SEO meta tags, assets, Docker dev on port 8082, and Dokploy
example pointing to site-slavic-pulse-com Gitea repository.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-26 15:09:03 +02:00
parent d565f83490
commit d17987efed
10 changed files with 79 additions and 30 deletions
+12
View File
@@ -0,0 +1,12 @@
# Lokalny dev: pliki z dysku → nginx (bez rebuildu po każdej zmianie)
# Uruchomienie: docker compose -f docker-compose.yml -f docker-compose.dev.yml up -d
services:
frontend:
image: nginx:1.27-alpine
build: !reset null
volumes:
- ./index.html:/usr/share/nginx/html/index.html:ro
- ./site.webmanifest:/usr/share/nginx/html/site.webmanifest:ro
- ./assets:/usr/share/nginx/html/assets:ro
- ./default.conf:/etc/nginx/conf.d/default.conf:ro