d17987efed
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>
13 lines
356 B
YAML
13 lines
356 B
YAML
# Slavic Pulse — lokalny development (build z Dockerfile)
|
|
# Port hosta: FRONTEND_PORT z pliku .env (domyślnie 8080) → nginx w kontenerze na porcie 80
|
|
|
|
services:
|
|
frontend:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: slavic-pulse-com-frontend
|
|
restart: unless-stopped
|
|
ports:
|
|
- "${FRONTEND_PORT:-8080}:80"
|