Align Dokploy compose with Traefik: expose port 80 only, no host mapping.
Remove FRONTEND_PORT from deployment compose; document Container Port 80 in Dokploy UI and clarify Gitea OAuth vs runtime git clone auth. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -2,13 +2,10 @@
|
||||
# Copy to .env before deploy if needed.
|
||||
# Never commit .env with real credentials to version control.
|
||||
|
||||
# --- Frontend Server ---
|
||||
# Uwaga: 8080 może być zajęty (np. agencja-ai). Użyj wolnego portu, np. 8082.
|
||||
FRONTEND_PORT=8082
|
||||
|
||||
# --- Gitea (opcjonalnie — tylko gdy repo jest prywatne) ---
|
||||
# Domyślnie clone używa publicznego URL bez auth.
|
||||
# Dla prywatnego repo ustaw URL z tokenem (Deploy Token lub PAT w Gitea):
|
||||
# Dokploy Gitea Provider (OAuth) NIE autoryzuje git clone wewnątrz kontenera —
|
||||
# nadal potrzebujesz publicznego repo LUB tokena poniżej.
|
||||
# GITEA_REPO_URL=https://oauth2:TWÓJ_TOKEN@gitea.expert-it.agency-ai.dev/tomasz-syn-grzegorza/site-slavic-pulse-com.git
|
||||
|
||||
# --- Strona (meta, SEO, PWA) ---
|
||||
|
||||
Reference in New Issue
Block a user