Files
home/Projects/kompose/auto/.env

29 lines
704 B
Bash
Raw Normal View History

2025-10-11 11:45:47 +02:00
# =================================================================
# AUTO Stack Configuration
# =================================================================
2025-10-08 10:35:48 +02:00
# Stack identification
COMPOSE_PROJECT_NAME=auto
2025-10-11 11:45:47 +02:00
# Docker image
2025-10-08 10:35:48 +02:00
DOCKER_IMAGE=semaphoreui/semaphore:v2.16.18
# Database name
DB_NAME=semaphore
2025-10-11 11:45:47 +02:00
# Traefik configuration
TRAEFIK_ENABLED=true
TRAEFIK_HOST=${TRAEFIK_HOST_AUTO}
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
RUNNER_IMAGE=public.ecr.aws/semaphore/pro/runner:v2.16.18
2025-10-08 10:35:48 +02:00
SEMAPHORE_ADMIN=admin
SEMAPHORE_ADMIN_NAME=Admin
2025-10-11 11:45:47 +02:00
# NOTE: Secrets are stored in root secrets.env file
# Available secrets for this stack:
# - AUTO_ENCRYPTION_KEY=CHANGE_ME_GENERATE_WITH_KOMPOSE