27 lines
381 B
Bash
27 lines
381 B
Bash
# Stack identification
|
|
COMPOSE_PROJECT_NAME=code
|
|
|
|
# Docker image
|
|
DOCKER_IMAGE=gitea/gitea:latest
|
|
|
|
# Database name
|
|
DB_NAME=gitea
|
|
|
|
# Traefik hostname
|
|
TRAEFIK_HOST=code.pivoine.art
|
|
|
|
# App port (internal HTTP)
|
|
APP_PORT=3000
|
|
|
|
# SSH port (for git operations)
|
|
SSH_PORT=2222
|
|
|
|
# Network
|
|
NETWORK_NAME=kompose
|
|
|
|
# SSH settings
|
|
DISABLE_SSH=false
|
|
|
|
# Email settings (optional)
|
|
EMAIL_ENABLED=true
|