29 lines
704 B
Bash
29 lines
704 B
Bash
# =================================================================
|
|
# AUTO Stack Configuration
|
|
# =================================================================
|
|
|
|
# Stack identification
|
|
COMPOSE_PROJECT_NAME=auto
|
|
|
|
# Docker image
|
|
DOCKER_IMAGE=semaphoreui/semaphore:v2.16.18
|
|
|
|
# Database name
|
|
DB_NAME=semaphore
|
|
|
|
# Traefik configuration
|
|
TRAEFIK_ENABLED=true
|
|
TRAEFIK_HOST=${TRAEFIK_HOST_AUTO}
|
|
|
|
# Application port
|
|
APP_PORT=3000
|
|
|
|
# Additional configuration
|
|
RUNNER_IMAGE=public.ecr.aws/semaphore/pro/runner:v2.16.18
|
|
SEMAPHORE_ADMIN=admin
|
|
SEMAPHORE_ADMIN_NAME=Admin
|
|
|
|
# NOTE: Secrets are stored in root secrets.env file
|
|
# Available secrets for this stack:
|
|
# - AUTO_ENCRYPTION_KEY=CHANGE_ME_GENERATE_WITH_KOMPOSE
|