Files
site-agencja-ai-com/.env.example
T
tomasz-syn-grzegorza 808c39d838 Configure agencja-ai.com deployment and local dev environment.
Separate container name and port 8081 for parallel dev, add docker-compose.dev.yml
with volume mounts, and point Dokploy example to site-agencja-ai-com Gitea repo.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-26 14:11:49 +02:00

9 lines
341 B
Bash

# Agencja AI — Environment Configuration (Local Development)
# Copy to .env and fill in your values.
# Never commit .env with real credentials to version control.
# --- Frontend Server ---
# Port na hoście (localhost). W kontenerze nginx zawsze nasłuchuje na 80.
# Mapowanie w docker-compose.yml: ${FRONTEND_PORT}:80
FRONTEND_PORT=8081