808c39d838
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>
10 lines
412 B
Bash
10 lines
412 B
Bash
# Agencja AI — Environment Configuration (Dokploy)
|
|
# Copy to .env before deploy if needed.
|
|
# Never commit .env with real credentials to version control.
|
|
|
|
# --- Frontend Server ---
|
|
# Port publikowany na hoście. W kontenerze nginx zawsze nasłuchuje na 80.
|
|
# Mapowanie w docker-compose.yml: ${FRONTEND_PORT}:80
|
|
# Dokploy/Traefik dodatkowo routuje po FQDN do wewnętrznego portu 80 kontenera.
|
|
FRONTEND_PORT=8081
|