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
+3 -3
View File
@@ -1,5 +1,5 @@
# ============================================================
# Agencja AI - Docker Compose (Dokploy / manual)
# Slavic Pulse - Docker Compose (Dokploy / manual)
# ============================================================
# Dokploy-compatible pattern: uses pre-built image + runtime git clone.
# Dokploy only copies docker-compose.yml + .env to the server, so local
@@ -13,7 +13,7 @@
services:
frontend:
image: nginx:1.27-alpine
container_name: agencja-ai-frontend
container_name: slavic-pulse-com-frontend
restart: unless-stopped
ports:
- "${FRONTEND_PORT:-8080}:80"
@@ -22,7 +22,7 @@ services:
sh -c "
apk add --no-cache git &&
rm -rf /app &&
git clone https://gitea.expert-it.agency-ai.dev/tomasz-syn-grzegorza/site-agency-ai-dev.git /app &&
git clone https://gitea.expert-it.agency-ai.dev/tomasz-syn-grzegorza/site-slavic-pulse-com.git /app &&
cp /app/index.html /usr/share/nginx/html/index.html &&
cp /app/site.webmanifest /usr/share/nginx/html/site.webmanifest &&
cp -r /app/assets /usr/share/nginx/html/assets &&