Files
home/Projects/kompose/code/.env

30 lines
651 B
Bash
Raw Normal View History

2025-10-11 11:45:47 +02:00
# =================================================================
# CODE Stack Configuration
# =================================================================
2025-10-08 10:35:48 +02:00
# Stack identification
COMPOSE_PROJECT_NAME=code
# Docker image
DOCKER_IMAGE=gitea/gitea:latest
# Database name
DB_NAME=gitea
2025-10-11 11:45:47 +02:00
# Traefik configuration
TRAEFIK_ENABLED=true
TRAEFIK_HOST=${TRAEFIK_HOST_CODE}
2025-10-08 10:35:48 +02:00
2025-10-11 11:45:47 +02:00
# Application port
2025-10-08 10:35:48 +02:00
APP_PORT=3000
2025-10-11 11:45:47 +02:00
# Additional configuration
2025-10-08 10:35:48 +02:00
SSH_PORT=2222
NETWORK_NAME=kompose
DISABLE_SSH=false
EMAIL_ENABLED=true
2025-10-11 11:45:47 +02:00
# NOTE: Secrets are stored in root secrets.env file
# Available secrets for this stack:
# - CODE_RUNNER_TOKEN=CHANGE_ME_GENERATE_WITH_KOMPOSE